Commit 3e26639
committed
Set register dep to exclude GPR0 for temp2Reg in inlineCompareAndSet
The temp2Reg is used by `VMnonNullSrcWrtBarCardCheckEvaluator` in some
cases in a `stbx` instruction, which can't have GPR0 as the RA argument
or it will act upon it as a null value.
This causes the an unexpected register spill in the middle of an
internal control-flow sequence that might not be fully executed.1 parent 2fceea8 commit 3e26639
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8530 | 8530 | | |
8531 | 8531 | | |
8532 | 8532 | | |
| 8533 | + | |
8533 | 8534 | | |
8534 | 8535 | | |
8535 | 8536 | | |
| |||
0 commit comments