Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert llvm-svn: 360807 | Cameron McInally | 2019-05-15 | 1 | -16/+0 |
| | | | | | | Somehow submitted this patch twice. llvm-svn: 360812 | ||||
* | Add unary fneg to InstSimplify/fp-nan.ll | Cameron McInally | 2019-05-15 | 1 | -0/+16 |
| | | | | llvm-svn: 360807 | ||||
* | Add unary fneg to InstSimplify/fp-nan.ll | Cameron McInally | 2019-05-15 | 1 | -0/+16 |
| | | | | llvm-svn: 360797 | ||||
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -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 Christopher | 2019-04-17 | 1 | -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 --> NaN | Sanjay Patel | 2018-03-21 | 1 | -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; NFC | Sanjay Patel | 2018-03-16 | 1 | -39/+75 |
| | | | | llvm-svn: 327743 | ||||
* | [InstSimplify] add tests with NaN operand for fp binops; NFC | Sanjay Patel | 2018-03-15 | 1 | -0/+185 |
llvm-svn: 327631 |