summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/minimum.ll
Commit message (Collapse)AuthorAgeFilesLines
* [NFC][InstCombine] Add unary FNeg tests to maximum.ll/minimum.llCameron McInally2019-05-231-0/+71
| | | | llvm-svn: 361500
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+317
| | | | | | | | The reversion apparently deleted the test/Transforms directory. Will be re-reverting again. llvm-svn: 358552
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-317/+0
| | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546
* [InstCombine] Combine nested min/max intrinsics with constantsVolkan Keles2018-10-311-12/+6
| | | | | | | | | | | | Reviewers: arsenm, spatel Reviewed By: spatel Subscribers: lebedev.ri, wdng, llvm-commits Differential Revision: https://reviews.llvm.org/D53774 llvm-svn: 345751
* [InstCombine] Add preliminary tests for nested min/max combines. NFCVolkan Keles2018-10-301-1/+61
| | | | | | | | | | | | | | Summary: As requested in D53774. Reviewers: spatel Reviewed By: spatel Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D53875 llvm-svn: 345616
* [InstCombine] InstCombine and InstSimplify for minimum and maximumThomas Lively2018-10-191-0/+263
Summary: Depends on D52765 Reviewers: aheejin, dschuff Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D52766 llvm-svn: 344799
OpenPOWER on IntegriCloud