summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/fcmp-select.ll
Commit message (Collapse)AuthorAgeFilesLines
* Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn'tDan Gohman2010-02-231-0/+53
handle NaN properly. Do (X une Y) ? X : Y -> X if one of X and Y is not zero. llvm-svn: 96955
OpenPOWER on IntegriCloud