diff options
| author | Chad Rosier <mcrosier@codeaurora.org> | 2015-12-21 14:43:45 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@codeaurora.org> | 2015-12-21 14:43:45 +0000 |
| commit | d016574df89c9ea172b7185ae5ad929bbdd6c803 (patch) | |
| tree | e246f6a81f270d43eb9e8f78c0b714ebe9610ddd /llvm/test/CodeGen/AArch64/tailcall-explicit-sret.ll | |
| parent | 44b60a3687bd08a6c66302ed6f1b00907bd427e8 (diff) | |
| download | bcm5719-llvm-d016574df89c9ea172b7185ae5ad929bbdd6c803.tar.gz bcm5719-llvm-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/tailcall-explicit-sret.ll')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/tailcall-explicit-sret.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/tailcall-explicit-sret.ll b/llvm/test/CodeGen/AArch64/tailcall-explicit-sret.ll index 4d80f2ac5c1..bcc8af8d069 100644 --- a/llvm/test/CodeGen/AArch64/tailcall-explicit-sret.ll +++ b/llvm/test/CodeGen/AArch64/tailcall-explicit-sret.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple arm64-apple-darwin -aarch64-load-store-opt=false -asm-verbose=false | FileCheck %s +; RUN: llc < %s -mtriple arm64-apple-darwin -aarch64-load-store-opt=false -asm-verbose=false -disable-post-ra | FileCheck %s ; Disable the load/store optimizer to avoid having LDP/STPs and simplify checks. target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128" |

