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/f16-instructions.ll | |
parent | AVX512BW: Enable AND/OR/XOR vector byte/word paked operation by promoting to ... (diff) | |
download | llvm-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/f16-instructions.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/f16-instructions.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/f16-instructions.ll b/llvm/test/CodeGen/AArch64/f16-instructions.ll index ee862850acaa..e8ecb13b3564 100644 --- a/llvm/test/CodeGen/AArch64/f16-instructions.ll +++ b/llvm/test/CodeGen/AArch64/f16-instructions.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple aarch64-unknown-unknown -aarch64-neon-syntax=apple -asm-verbose=false | FileCheck %s +; RUN: llc < %s -mtriple aarch64-unknown-unknown -aarch64-neon-syntax=apple -asm-verbose=false -disable-post-ra | FileCheck %s target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128" |