]> granicus.if.org Git - llvm/commit
[NFC][InstCombine] Add some more tests for pulling binops through shifts
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 15 May 2019 21:15:44 +0000 (21:15 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 15 May 2019 21:15:44 +0000 (21:15 +0000)
commitbca5cee306540f8077979537f632bde807d08d81
tree1e808709de674a7c3a3d672af465906a4ec18c59
parent6def39bfec04962f03babd1d270028645cdddb81
[NFC][InstCombine] Add some more tests for pulling binops through shifts

The ashr variant may see relaxation in https://reviews.llvm.org/D61938

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360814 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/pull-binop-through-shift.ll [new file with mode: 0644]
test/Transforms/InstCombine/pull-conditional-binop-through-shift.ll [new file with mode: 0644]