summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/shift-direction-in-bit-test.ll
Commit message (Collapse)AuthorAgeFilesLines
* [NFC][InstCombine] More commutative tests for "shift direction in bittest" ↵Roman Lebedev2019-07-011-16/+61
| | | | | | | | | (PR42466) 'and' is commutative, if we don't want to touch shift-of-const, we still need to check the other hand of 'and'. llvm-svn: 364844
* [NFC][InstCombine] Add tests for "shift direction in bittest" (PR42466)Roman Lebedev2019-07-011-0/+234
https://rise4fun.com/Alive/8O1 https://bugs.llvm.org/show_bug.cgi?id=42466 llvm-svn: 364824
OpenPOWER on IntegriCloud