commit | ad1cc9c85c6ebd136855b133cfa0397741c2dcbf | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Mon Dec 07 19:04:31 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Mon Dec 07 19:04:31 2009 +0000 |
tree | bbb0b0631c9249f9a93fc21acdc7d5470b009031 | |
parent | a3fce13cb0bd4c4afcf1c28f788a398df6a560dc [diff] [blame] |
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
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