summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2007-11-30-TestLoadFolding.ll
Commit message (Collapse)AuthorAgeFilesLines
* Run codegen dce pass for all targets at all optimization levels. Previously it'sEvan Cheng2010-02-061-58/+0
| | | | | | | | | | only run for x86 with fastisel. I've found it being very effective in eliminating some obvious dead code as result of formal parameter lowering especially when tail call optimization eliminated the need for some of the loads from fixed frame objects. It also shrinks a number of the tests. A couple of tests no longer make sense and are now eliminated. llvm-svn: 95493
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-2/+2
| | | | llvm-svn: 81290
* Remove another -disable-correct-folding use.Owen Anderson2008-08-051-3/+3
| | | | llvm-svn: 54357
* Update these tests to work by disabling the new correct CFG generation. ↵Owen Anderson2008-08-041-2/+2
| | | | | | This flag should ONLY be used to for tests like these. llvm-svn: 54334
* Turning simple splitting on. Start testing new coalescer heuristics as new ↵Evan Cheng2007-12-061-1/+1
| | | | | | llcbeta. llvm-svn: 44660
* Allow some reloads to be folded in multi-use cases. Specifically testl r, r ↵Evan Cheng2007-12-011-0/+58
-> cmpl [mem], 0. llvm-svn: 44479
OpenPOWER on IntegriCloud