[X86, SSE] instcombine common cases of insertps intrinsics into shuffles
[oota-llvm.git] / test / Transforms / InstCombine / 2009-06-16-SRemDemandedBits.ll
index 230e2459055d65d02050b25e11eb7ce7c6c1062a..6beedf83cd6a2278fbcfc48f23788ff6ca81f557 100644 (file)
@@ -1,13 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep srem
-; PR3439
-
-define i32 @a(i32 %x) nounwind {
-entry:
-       %rem = srem i32 %x, 2
-       %and = and i32 %rem, 2
-       ret i32 %and
-}
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep srem
+; RUN: opt < %s -instcombine -S | grep srem
 ; PR3439
 
 define i32 @a(i32 %x) nounwind {