[PATCH] D29446: [AArch64] Fix incorrect MachinePointerInfo in splitStoreSplat

Geoff Berry via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 10:04:04 PST 2017


gberry added inline comments.


================
Comment at: test/CodeGen/AArch64/ldst-zero.ll:13
+; CHECK: stp xzr, xzr, [x0, #8]
+; CHECK: stp xzr, x2, [x0]
+; CHECK: str w1, [x0, #16]
----------------
john.brawn wrote:
> gberry wrote:
> > These first two checks can be CHECK-DAG since they can be scheduled independently.  The same applies to all of these tests I believe.
> Actually they can't be scheduled independently, they both write to x0+8 (the first writes xzr, the second writes x2).
Ah yes, sorry.  I misread the second store as an 'str'


Repository:
  rL LLVM

https://reviews.llvm.org/D29446





More information about the llvm-commits mailing list