summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstSimplify/fp-nan.ll
Commit message (Collapse)AuthorAgeFilesLines
* Revert llvm-svn: 360807Cameron McInally2019-05-151-16/+0
| | | | | | Somehow submitted this patch twice. llvm-svn: 360812
* Add unary fneg to InstSimplify/fp-nan.llCameron McInally2019-05-151-0/+16
| | | | llvm-svn: 360807
* Add unary fneg to InstSimplify/fp-nan.llCameron McInally2019-05-151-0/+16
| | | | llvm-svn: 360797
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+201
| | | | | | | | 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-201/+0
| | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546
* [InstSimplify] fp_binop X, NaN --> NaNSanjay Patel2018-03-211-40/+20
| | | | | | | | We propagate the existing NaN value when possible. Differential Revision: https://reviews.llvm.org/D44521 llvm-svn: 328140
* [InstSimplify] add NaN constant diversity; NFCSanjay Patel2018-03-161-39/+75
| | | | llvm-svn: 327743
* [InstSimplify] add tests with NaN operand for fp binops; NFCSanjay Patel2018-03-151-0/+185
llvm-svn: 327631
OpenPOWER on IntegriCloud