Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstCombine] Canonicalize ssub.with.overflow with clamp to ssub.sat | David Green | 2019-11-17 | 1 | -54/+9 |
* | [InstCombine] Canonicalize sadd.with.overflow with clamp to sadd.sat | David Green | 2019-11-17 | 1 | -54/+9 |
* | [InstCombine] Add extra tests for overflow_to_sat.ll. NFC | David Green | 2019-11-17 | 1 | -0/+76 |
* | [InstCombine] Canonicalize uadd.with.overflow to uadd.sat | David Green | 2019-10-31 | 1 | -8/+2 |
* | [InstCombine][NFC] Tests for uadd.sat and sadd.sat canonicalisation. | David Green | 2019-10-28 | 1 | -0/+730 |