[SimplifyCFG] Make the value type of the hole check bitmask a power-of-2.
[oota-llvm.git] / test / Transforms / InstCombine / 2007-03-19-BadTruncChangePR1261.ll
index 67aeed92c6d0b5b8a58a2ff1b40a2d0564848394..589bd805d6ddb3da557211ce647ffd3e14aacb0d 100644 (file)
@@ -1,10 +1,7 @@
-; For PR1261. Before bit accurate type support in InstCombine, this would
-; turn the sext into a zext.
-; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | grep sext
-; XFAIL: *
+; RUN: opt < %s -instcombine -S | grep zext
+; PR1261. 
 
 define i16 @test(i31 %zzz) {
-entry:
   %A = sext i31 %zzz to i32
   %B = add i32 %A, 16384
   %C = lshr i32 %B, 15