Don't run RAFast in the optimizing regalloc pipeline.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 8 Jun 2012 23:15:12 +0000 (23:15 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 8 Jun 2012 23:15:12 +0000 (23:15 +0000)
commit6660ed5f2f51a91e34664437f0218c52e80a95b8
tree249afc91f1d2c9b4d598cf2fcc4b5361fe839e9c
parent0f68fbb9e5a6ccc59c3c75581d4e594347ca4c92
Don't run RAFast in the optimizing regalloc pipeline.

The fast register allocator is not supposed to work in the optimizing
pipeline. It doesn't make sense to compute live intervals, run full copy
coalescing, and then run RAFast.

Fast register allocation in the optimizing pipeline is better done by
RABasic.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158242 91177308-0d34-0410-b5e6-96231b3b80d8
23 files changed:
test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll
test/CodeGen/ARM/2008-02-29-RegAllocLocal.ll
test/CodeGen/ARM/2010-05-17-FastAllocCrash.ll
test/CodeGen/ARM/ldrd.ll
test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
test/CodeGen/Generic/edge-bundles-blockIDs.ll
test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert.ll
test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert2.ll
test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll
test/CodeGen/X86/2008-01-16-FPStackifierAssert.ll
test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll
test/CodeGen/X86/2008-05-28-LocalRegAllocBug.ll
test/CodeGen/X86/2008-09-17-inline-asm-1.ll
test/CodeGen/X86/2008-09-18-inline-asm-2.ll
test/CodeGen/X86/2009-04-24.ll
test/CodeGen/X86/2010-05-06-LocalInlineAsmClobber.ll
test/CodeGen/X86/2010-05-12-FastAllocKills.ll
test/CodeGen/X86/2010-06-15-FastAllocEarlyCLobber.ll
test/CodeGen/X86/inline-asm-error.ll
test/CodeGen/X86/liveness-local-regalloc.ll
test/CodeGen/X86/phys-reg-local-regalloc.ll
test/CodeGen/X86/pr11415.ll