Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstCombine] reassociateShiftAmtsOfTwoSameDirectionShifts(): fix miscompile ... | Roman Lebedev | 2020-02-27 | 1 | -2/+5 |
* | [NFC][InstCombine] Add shift amount reassociation miscompile example from PR4... | Roman Lebedev | 2020-02-27 | 1 | -0/+15 |
* | [NFC][InstCombine] More test for "sign bit test via shifts" pattern (PR43595) | Roman Lebedev | 2019-10-13 | 1 | -0/+116 |
* | [InstCombine] Shift amount reassociation: fixup constantexpr handling (PR42484) | Roman Lebedev | 2019-07-02 | 1 | -0/+15 |
* | [InstCombine] Shift amount reassociation (PR42391) | Roman Lebedev | 2019-06-29 | 1 | -48/+12 |
* | [NFC][InstCombine] Shift amount reassociation: revisit flag preservation tests | Roman Lebedev | 2019-06-28 | 1 | -12/+26 |
* | [NFC][InstCombine] Shift amount reassociation: add flag preservation test | Roman Lebedev | 2019-06-28 | 1 | -10/+55 |
* | [NFC][InstCombine] Add shift amount reassociation tests (PR42391) | Roman Lebedev | 2019-06-26 | 1 | -0/+167 |