[PATCH] D17098: [AArch64] analyse dependences of ldp/stp
Chad Rosier via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 17 07:30:11 PST 2016
mcrosier added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/ldst-pairing.ll:1
@@ +1,2 @@
+; RUN: llc < %s -march=arm64 -mtriple=aarch64-none-linux-gnu | FileCheck %s
+
----------------
You may need to disable the MI scheduler for this to work. I believe you can do this by specifying -disable-post-ra on the llc command line.
http://reviews.llvm.org/D17098
More information about the llvm-commits
mailing list