[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)
commit4b77a6a55ec294132dc0fe24dffd47c727f6bbf4
treeda0d040f96c12c46cd0c5e7db942c550964fe87f
parent7c438c5b07a306d1861a89842743e13b835a9603
[NFC][InstCombine] Add some more tests for pulling binops through shifts

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

llvm-svn: 360814
llvm/test/Transforms/InstCombine/pull-binop-through-shift.ll [new file with mode: 0644]
llvm/test/Transforms/InstCombine/pull-conditional-binop-through-shift.ll [new file with mode: 0644]