[DAGCombine] fold (X >>?,exact C1) << C2 --> X << (C2-C1)
[oota-llvm.git] / test / CodeGen / X86 / machine-combiner.ll
2015-06-23 Sanjay Patel[x86] generalize reassociation optimization in machine...