Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+131 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -131/+0 |
* | [InstCombine] Don't transform sin/cos -> tanl if for half types | Benjamin Kramer | 2018-09-19 | 1 | -2/+17 |
* | [InstCombine] allow sin/cos transforms with 'reassoc' | Sanjay Patel | 2018-02-15 | 1 | -44/+44 |
* | [InstCombine] For cos/sin -> tan copy attributes from cos instead of the | Benjamin Kramer | 2018-01-11 | 1 | -12/+15 |
* | [InstCombine] Missed optimization in math expression: sin(x) / cos(x) => tan(x) | Dmitry Venikov | 2018-01-11 | 1 | -0/+113 |