When searching for load/store instructions to pair/merge don't treat
writes to WZR/XZR as clobbers since they don't change the value read
from WZR/XZR (which is always 0).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGen/AArch64/ldst-opt.ll | ||
---|---|---|
1561 ↗ | (On Diff #78736) | This test is sensitive to changes in instruction scheduling. I can re-write this as a MIR test that just runs the aarch64-ldst optimization to make it more robust. |
Comment Actions
Fix typo and update test to MIR so it isn't effected by changes in instruction scheduling.