[PATCH] D86956: [AArch64LoadStoreOptimization] Bug fix in ldr to ldp conversion
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 17 10:44:11 PDT 2020
fhahn added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/aarch64-ldst-modified-baseReg.mir:17
+# CHECK: $x10 = LDURXi $x8, 1 :: (load 8)
+# CHECK: $x10 = LDRXui $x10, 0 :: (load 8)
+# CHECK: RET
----------------
It might be good to have test cases with stores & non-load instructions modifying the base?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86956/new/
https://reviews.llvm.org/D86956
More information about the llvm-commits
mailing list