Commit 2f98114
[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#622351 parent f49fd3f commit 2f98114
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
| |||
0 commit comments