Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+533 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -533/+0 |
* | [InstSimplify] add tests for undef + partial undef constant folding; NFC | Sanjay Patel | 2018-11-30 | 1 | -0/+80 |
* | [InstSimplify] fp_binop X, undef --> NaN | Sanjay Patel | 2018-03-10 | 1 | -32/+20 |
* | [ConstantFold] fp_binop AnyConstant, undef --> NaN | Sanjay Patel | 2018-03-10 | 1 | -30/+30 |
* | [InstSimplify] fix FP infinite hex constant values in tests; NFC | Sanjay Patel | 2018-03-09 | 1 | -8/+8 |
* | [ConstantFold] fp_binop undef, undef --> undef | Sanjay Patel | 2018-03-08 | 1 | -5/+5 |
* | [InstSimplify] add more tests for FP undef; NFC | Sanjay Patel | 2018-03-08 | 1 | -0/+376 |
* | [InstSimplify] add tests for FP with undef operand; NFC | Sanjay Patel | 2018-02-27 | 1 | -0/+89 |