You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[wasm][stdlib] HACK: Workaround for the bad stacksave codegen in LLVM
The LLVM backend generates bad code for some code using `llvm.stacksave`
intrinsics. This patch works around the issue by avoiding such code
generation. See llvm/llvm-project#62235
0 commit comments