summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/scalar-min-max-fill-operand.ll
Commit message (Collapse)AuthorAgeFilesLines
* Recognize SSE min and max opportunities in even more cases.Dan Gohman2009-09-211-3/+3
| | | | | | | | | | And fix a bug with the behavior of min/max instructions formed from fcmp uge comparisons. Also, use FiniteOnlyFPMath() for this code instead of UnsafeFPMath, as it is more specific. llvm-svn: 82466
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-3/+3
| | | | llvm-svn: 81290
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-3/+3
| | | | llvm-svn: 41097
* Add a regression test for folding spill code into scalar min and max.Dan Gohman2007-07-101-0/+20
llvm-svn: 38492
OpenPOWER on IntegriCloud