commit | 6660ed5f2f51a91e34664437f0218c52e80a95b8 | [log] [tgz] |
---|---|---|
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Fri Jun 08 23:15:12 2012 +0000 |
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Fri Jun 08 23:15:12 2012 +0000 |
tree | 249afc91f1d2c9b4d598cf2fcc4b5361fe839e9c | |
parent | 0f68fbb9e5a6ccc59c3c75581d4e594347ca4c92 [diff] |
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