[PATCH] D44446: [AArch64] Keep track of MIFlags in the LoadStoreOptimizer

Jun Bum Lim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 13 14:31:20 PDT 2018


junbuml added inline comments.


================
Comment at: test/CodeGen/AArch64/ldst-miflags.mir:8
+  bb.0:
+    $x26, $x25 = frame-setup LDPXi $sp, 0
+    $sp = frame-destroy ADDXri $sp, 64, 0
----------------
It would be good to have one more test case for non-pair case like LDRXui.


https://reviews.llvm.org/D44446





More information about the llvm-commits mailing list