summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/optimize-max-0.ll
Commit message (Collapse)AuthorAgeFilesLines
* Re-apply r73718, now that the fix in r73787 is in, and add aDan Gohman2009-06-191-1/+0
| | | | | | | hand-crafted testcase which demonstrates the bug that was exposed in 254.gap. llvm-svn: 73793
* Revert 73718. It's breaking 254.gap.Evan Cheng2009-06-191-0/+1
| | | | llvm-svn: 73783
* Generalize LSR's OptimizeSMax to handle unsigned max tests as wellDan Gohman2009-06-181-0/+461
as signed max tests. Along with r73717, this helps CodeGen avoid emitting code for a maximum operation for this class of loop. llvm-svn: 73718
OpenPOWER on IntegriCloud