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
- Build Status
Buildable 1459 Build 1459: arc lint + arc unit
Event Timeline
test/CodeGen/AArch64/ldst-opt.ll | ||
---|---|---|
1561 | 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.
typo: pariing