aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2015-12-21 14:43:45 +0000
committerChad Rosier <mcrosier@codeaurora.org>2015-12-21 14:43:45 +0000
commitd016574df89c9ea172b7185ae5ad929bbdd6c803 (patch)
treee246f6a81f270d43eb9e8f78c0b714ebe9610ddd /llvm/test/CodeGen/AArch64/arm64-aapcs.ll
parentAVX512BW: Enable AND/OR/XOR vector byte/word paked operation by promoting to ... (diff)
downloadllvm-project-d016574df89c9ea172b7185ae5ad929bbdd6c803.tar.gz
llvm-project-d016574df89c9ea172b7185ae5ad929bbdd6c803.tar.bz2
llvm-project-d016574df89c9ea172b7185ae5ad929bbdd6c803.zip
[AArch64] Enable PostRAScheduler for AArch64 generic build.
Disable post-ra scheduler for perturbed tests to appease the bots and to preserve the history of the tests. http://reviews.llvm.org/D15652 llvm-svn: 256158
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-aapcs.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/arm64-aapcs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-aapcs.ll b/llvm/test/CodeGen/AArch64/arm64-aapcs.ll
index 5d25f66b30ec..441f45bf90b3 100644
--- a/llvm/test/CodeGen/AArch64/arm64-aapcs.ll
+++ b/llvm/test/CodeGen/AArch64/arm64-aapcs.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=arm64-linux-gnu -enable-misched=false < %s | FileCheck %s
+; RUN: llc -mtriple=arm64-linux-gnu -enable-misched=false -disable-post-ra < %s | FileCheck %s
@var = global i32 0, align 4