[PATCH] D30839: [ARM] Use alias analysis in ARMPreAllocLoadStoreOpt.

Chad Rosier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 11:16:02 PDT 2017


mcrosier added inline comments.


================
Comment at: test/CodeGen/ARM/ldrd.ll:199
+
+define void @ldrd_strd_aa(i32* noalias nocapture %x, i32* noalias nocapture readonly %y) {
+entry:
----------------
mcrosier wrote:
> Sorry to come back around on this one, Eli.  Would you mind writing this as a MIR test as is done in D30903?  Otherwise, instruction scheduling or register allocation may affect this test.
Ignore the part about RA since this is pre-RA.


Repository:
  rL LLVM

https://reviews.llvm.org/D30839





More information about the llvm-commits mailing list