summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/hoist-and-by-const-from-shl-in-eqcmp-zero.ll
Commit message (Expand)AuthorAgeFilesLines
* [SelectionDAG] ComputeKnownBits - minimum leading/trailing zero bits in LSHR/...Simon Pilgrim2020-01-131-2/+2
* [Codegen] (X & (C l>>/<< Y)) ==/!= 0 --> ((X <</l>> Y) & C) ==/!= 0 foldRoman Lebedev2019-07-241-47/+33
* [NFC][Codegen] D62818 - also add tests with X being constantRoman Lebedev2019-06-041-0/+34
* [NFC][Codegen] Add tests for hoisting and-by-const from "logical shift", when...Roman Lebedev2019-06-031-0/+335
OpenPOWER on IntegriCloud