[PATCH] D12116: [AArch64] Improve load/store optimizer to handle LDUR + LDR.

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 07:44:02 PDT 2015


mcrosier closed this revision.
mcrosier added a comment.

Committed r246769.


================
Comment at: test/CodeGen/AArch64/ldp-stp-scaled-unscaled-pairs.ll:1
@@ +1,2 @@
+; RUN: llc < %s -march=aarch64 -aarch64-stp-suppress=false -verify-machineinstrs -asm-verbose=false | FileCheck %s
+
----------------
BTW, I added -aarch64-neon-syntax=apple to the final commit, so that this will pass on all platforms.


http://reviews.llvm.org/D12116





More information about the llvm-commits mailing list