Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstCombine] Shift amount reassociation in shifty sign bit test (PR43595) | Roman Lebedev | 2019-10-20 | 1 | -6/+6 |
* | [NFC][InstCombine] More test for "sign bit test via shifts" pattern (PR43595) | Roman Lebedev | 2019-10-13 | 1 | -6/+200 |
* | [InstCombine] Fold 'icmp eq/ne (?trunc (lshr/ashr %x, bitwidth(x)-1)), 0' -> ... | Roman Lebedev | 2019-10-04 | 1 | -11/+7 |
* | [InstCombine] Right-shift shift amount reassociation with truncation (PR43564... | Roman Lebedev | 2019-10-04 | 1 | -13/+3 |
* | [NFC][InstCombine] Tests for bit test via highest sign-bit extract (w/ trunc)... | Roman Lebedev | 2019-10-04 | 1 | -0/+182 |