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
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.
0 commit comments