llvm/test/CodeGen/X86: Update tests with -mattr=-bmi not to take BMI, corresponding...
[oota-llvm.git] / test / CodeGen / X86 / shl-anyext.ll
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2010-07-23 Dan GohmanUse the proper type for shift counts. This fixes a...
2010-07-23 Dan GohmanDAGCombine (shl (anyext x, c)) to (anyext (shl x, c...