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 | ad1cc9c85c6ebd136855b133cfa0397741c2dcbf (patch) | |
tree | bbb0b0631c9249f9a93fc21acdc7d5470b009031 /test/CodeGen/X86/2009-09-19-SchedCustomLoweringBug.ll | |
parent | a3fce13cb0bd4c4afcf1c28f788a398df6a560dc (diff) | |
download | external_llvm-ad1cc9c85c6ebd136855b133cfa0397741c2dcbf.zip external_llvm-ad1cc9c85c6ebd136855b133cfa0397741c2dcbf.tar.gz external_llvm-ad1cc9c85c6ebd136855b133cfa0397741c2dcbf.tar.bz2 |
Don't enable the post-RA scheduler on x86 except at -O3. In its
current form, it is too expensive in compile time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90781 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2009-09-19-SchedCustomLoweringBug.ll')
-rw-r--r-- | test/CodeGen/X86/2009-09-19-SchedCustomLoweringBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-09-19-SchedCustomLoweringBug.ll b/test/CodeGen/X86/2009-09-19-SchedCustomLoweringBug.ll index d372da3..8cb538b 100644 --- a/test/CodeGen/X86/2009-09-19-SchedCustomLoweringBug.ll +++ b/test/CodeGen/X86/2009-09-19-SchedCustomLoweringBug.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=i386-apple-darwin10 | FileCheck %s +; RUN: llc < %s -mtriple=i386-apple-darwin10 -post-RA-scheduler=true | FileCheck %s ; PR4958 |