aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/optimize-max-3.ll
Commit message (Collapse)AuthorAgeFilesLines
* Loosen up this test so that it doesn't depend as much on registerDan Gohman2010-06-221-1/+2
| | | | | | | allocation details. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106599 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix OptimizeMax to handle an odd case where one of the max operandsDan Gohman2010-06-221-1/+44
| | | | | | | is another max which folds. This fixes PR7454. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106594 91177308-0d34-0410-b5e6-96231b3b80d8
* Generalize LSR's OptimizeMax to handle the new kinds of max expressionsDan Gohman2010-04-241-0/+32
that indvars may use, now that indvars is recognizing le and ge loops. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102235 91177308-0d34-0410-b5e6-96231b3b80d8