summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/sub-minmax.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] Sink sub into hands of select if one hand becomes zero. Part 2 ...Roman Lebedev2020-01-041-16/+10
* [InstCombine] Sink sub into hands of select if one hand becomes zero (PR44426)Roman Lebedev2020-01-041-16/+10
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+355
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-355/+0
* [InstCombine] Fold ~A - Min/Max(~A, O) -> Max/Min(A, ~O) - ADavid Green2018-10-021-31/+27
* [InstCombine] Tests for ~A - Min/Max(~A, O) -> Max/Min(A, ~O) - A. NFCDavid Green2018-10-021-0/+359
OpenPOWER on IntegriCloud