OSDN Git Service

[InstCombine] add shuffle+binops test from PR37806; NFC
authorSanjay Patel <spatel@rotateright.com>
Fri, 22 Jun 2018 13:44:42 +0000 (13:44 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 22 Jun 2018 13:44:42 +0000 (13:44 +0000)
commitbcfb546743a5d1cedf4c744a6e64480db7dac319
treeef1ecb551042619613f951e88b92c7559bbb29e4
parenta054f92cdc4d1101988fcc3fac0673bc3ce794c5
[InstCombine] add shuffle+binops test from PR37806; NFC

This one shows another pattern that we'll need to match
in some cases, but the current ordering of folds allows
us to match this as 2 binops before simplification takes
place.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@335347 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/shuffle_select.ll