[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / InstCombine / 2010-11-01-lshr-mask.ll
index a2590b4eb85aba048013235f6b9e33db7569d355..8001621979197adc25c42d58c94dac5b134a87ce 100644 (file)
@@ -38,8 +38,8 @@ bb:
   %tmp10 = lshr i8 %tmp8, 7
   %tmp11 = shl i8 %tmp10, 5
 
-; CHECK: %0 = lshr i8 %tmp8, 2
-; CHECK: %tmp11 = and i8 %0, 32
+; CHECK: %tmp10 = lshr i8 %tmp8, 7
+; CHECK: %tmp11 = shl nuw nsw i8 %tmp10, 5
 
   %tmp12 = xor i8 %tmp11, %tmp9
   ret i8 %tmp12