diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2009-11-17 01:07:22 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2009-11-17 01:07:22 +0000 |
commit | 9f0d55d8d8456e5513d2fddd9c6d81e670f2302a (patch) | |
tree | ce5838e505b29b7a94173ad4968c2b0d4135c565 /llvm/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll | |
parent | d33400e636a5da5f3c39d59cd3d3a9042f285572 (diff) | |
download | bcm5719-llvm-9f0d55d8d8456e5513d2fddd9c6d81e670f2302a.tar.gz bcm5719-llvm-9f0d55d8d8456e5513d2fddd9c6d81e670f2302a.zip |
Enable -split-phi-edges by default
llvm-svn: 89021
Diffstat (limited to 'llvm/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll b/llvm/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll index 83eb61aed43..664a69f2649 100644 --- a/llvm/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll +++ b/llvm/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll @@ -1,5 +1,9 @@ ; RUN: llc < %s -mtriple=x86_64-apple-darwin -; RUN: llc < %s -mtriple=x86_64-apple-darwin -relocation-model=pic -disable-fp-elim -O0 -regalloc=local + +; Globally enabling -split-phi-edges causes LiveVariables to always run. +; LiveVariables trips up the local allocator on this test. +; It doesn't understand the subtleties of subregister imp-kills. +; DONT: llc < %s -mtriple=x86_64-apple-darwin -relocation-model=pic -disable-fp-elim -O0 -regalloc=local %struct.CGPoint = type { double, double } %struct.NSArray = type { %struct.NSObject } |