diff options
author | Dan Gohman <gohman@apple.com> | 2009-12-07 19:04:31 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-12-07 19:04:31 +0000 |
commit | 9528ccdd7741db53f36fac6f84e13345b61573b5 (patch) | |
tree | 683c90bd072c87c0fd249b6067421cb01920353b /llvm/test/CodeGen/X86/tail-opts.ll | |
parent | 52d714118683e0ebc6e837c1cf3271e2c78620a0 (diff) | |
download | bcm5719-llvm-9528ccdd7741db53f36fac6f84e13345b61573b5.tar.gz bcm5719-llvm-9528ccdd7741db53f36fac6f84e13345b61573b5.zip |
Don't enable the post-RA scheduler on x86 except at -O3. In its
current form, it is too expensive in compile time.
llvm-svn: 90781
Diffstat (limited to 'llvm/test/CodeGen/X86/tail-opts.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/tail-opts.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/tail-opts.ll b/llvm/test/CodeGen/X86/tail-opts.ll index 0d86e561325..c70c9fadd2c 100644 --- a/llvm/test/CodeGen/X86/tail-opts.ll +++ b/llvm/test/CodeGen/X86/tail-opts.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -mtriple=x86_64-unknown-linux-gnu -asm-verbose=false | FileCheck %s +; RUN: llc < %s -march=x86-64 -mtriple=x86_64-unknown-linux-gnu -asm-verbose=false -post-RA-scheduler=true | FileCheck %s declare void @bar(i32) declare void @car(i32) |