aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/edge-bundles-blockIDs.ll
Commit message (Collapse)AuthorAgeFilesLines
* Don't run RAFast in the optimizing regalloc pipeline.Jakob Stoklund Olesen2012-06-081-1/+1
| | | | | | | | | | | 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
* Rename the test. Thanks Cameron! Use shorter/generic names.Anna Zaks2011-06-161-0/+81
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133115 91177308-0d34-0410-b5e6-96231b3b80d8