Commit a1f9ad2
authored
[SPARC] Fix-forward llvm#154950 by returning true if SP::V8BAR is handled (llvm#162424)
Use-after-poison happens because after SP::V8BAR is handled, it erases
MI, which therefore should not be inspected by `ExpandPostRA::run()`.
This fixes a buildbot-reported issue from llvm#154950
(https://lab.llvm.org/buildbot/#/builders/24/builds/13433).1 parent 3bec46f commit a1f9ad2
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
668 | 668 | | |
669 | 669 | | |
670 | 670 | | |
| 671 | + | |
671 | 672 | | |
672 | 673 | | |
673 | 674 | | |
| |||
0 commit comments