summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/align-down.ll
Commit message (Expand)AuthorAgeFilesLines
* [DAGCombiner][X86][AArch64] Generalize `A-(A&B)`->`A&(~B)` fold (PR44448)Roman Lebedev2020-01-031-2/+1
* [DAGCombine][X86][AArch64] 'A - (A & (B - 1))' -> 'A & (0 - B)' fold (PR44448)Roman Lebedev2020-01-031-11/+8
* [NFC][DAGCombine][X86][AArch64] Tests for 'A - (A & (B - 1))' pattern (PR44448)Roman Lebedev2020-01-031-0/+153
OpenPOWER on IntegriCloud