Switch lowering: extract jump tables and bit tests before building binary tree (PR22262)
[oota-llvm.git] / test / CodeGen / X86 / vec_set-D.ll
index 3d6369e1c76ae3d4cfea560b5740a955ea185ebe..9c1e1acf0bab60a75eeb16ecb634f83fa1383141 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movq
+; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
+
+; CHECK: movq
 
 define <4 x i32> @t(i32 %x, i32 %y) nounwind  {
        %tmp1 = insertelement <4 x i32> zeroinitializer, i32 %x, i32 0