summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/align-down.ll
Commit message (Expand)AuthorAgeFilesLines
* [DAGCombiner][X86][AArch64] Generalize `A-(A&B)`->`A&(~B)` fold (PR44448)Roman Lebedev2020-01-031-15/+27
* [NFC][X86] Add BMI runlines to align-down.ll testRoman Lebedev2020-01-031-2/+4
* [DAGCombine][X86][AArch64] 'A - (A & (B - 1))' -> 'A & (0 - B)' fold (PR44448)Roman Lebedev2020-01-031-44/+31
* [NFC][DAGCombine][X86][AArch64] Tests for 'A - (A & (B - 1))' pattern (PR44448)Roman Lebedev2020-01-031-0/+271
OpenPOWER on IntegriCloud