Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DAGCombiner][X86][AArch64] Generalize `A-(A&B)`->`A&(~B)` fold (PR44448) | Roman Lebedev | 2020-01-03 | 1 | -15/+27 |
* | [NFC][X86] Add BMI runlines to align-down.ll test | Roman Lebedev | 2020-01-03 | 1 | -2/+4 |
* | [DAGCombine][X86][AArch64] 'A - (A & (B - 1))' -> 'A & (0 - B)' fold (PR44448) | Roman Lebedev | 2020-01-03 | 1 | -44/+31 |
* | [NFC][DAGCombine][X86][AArch64] Tests for 'A - (A & (B - 1))' pattern (PR44448) | Roman Lebedev | 2020-01-03 | 1 | -0/+271 |