Commit ac763c1
committed
Make new stackmaps in the form LLVM expects.
LLVM's stackmap lowering pass expects a stackmap's operands to end with
StackMaps::NextLive, unless the last operand is an implicit register. If
we just happened to have updated the last operand with a spill reload we need
make sure to add StackMaps::NextLive to the end.1 parent e3a83eb commit ac763c1
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
193 | 199 | | |
194 | 200 | | |
195 | 201 | | |
| |||
0 commit comments