Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NFC][InstCombine] More commutative tests for "shift direction in bittest" ↵ | Roman Lebedev | 2019-07-01 | 1 | -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 Lebedev | 2019-07-01 | 1 | -0/+234 |
https://rise4fun.com/Alive/8O1 https://bugs.llvm.org/show_bug.cgi?id=42466 llvm-svn: 364824 |