[InstCombine] Teach how to convert SSSE3/AVX2 byte shuffles to builtin shuffles if...
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / shl.ll
2015-06-24 Jingyue Wu[LSR] canonicalize Prod*(1<<C) to Prod<<C