Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstCombine] Simplify pow(2.0, itofp(y)) to ldexp(1.0, y) | Evandro Menezes | 2019-08-16 | 1 | -0/+63 |
* | [InstCombine][NFC] Added comments about constants in tests for pow->exp2 fold | David Bolvansky | 2019-08-08 | 1 | -0/+1 |
* | [InstCombine] Adjusted pow-exp tests for Windows [NFC] | David Bolvansky | 2019-07-24 | 1 | -3/+3 |
* | [InstCombine] Reorder recently added/improved pow transformations | David Bolvansky | 2019-07-11 | 1 | -5/+8 |
* | [InstCombine] pow(C,x) -> exp2(log2(C)*x) | David Bolvansky | 2019-07-10 | 1 | -6/+9 |
* | [SimplifyLibCalls] powf(x, sitofp(n)) -> powi(x, n) | David Bolvansky | 2019-07-02 | 1 | -38/+305 |
* | [NFC] Added tests for D63038 | David Bolvansky | 2019-06-08 | 1 | -0/+145 |