Make sure the X86 backend doesn't explode on 128-bit shuffles in AVX mode. Fixes...
[oota-llvm.git] / test / Feature / smallest.ll
index 6c5db17425d4e5d87b9ab26d21ccea2bae50b3b3..5dd023cc602bb5d792a1a91a1962461ce546d072 100644 (file)
@@ -1,3 +1,4 @@
-
-implementation
+; RUN: llvm-as < %s | llvm-dis > %t1.ll
+; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
+; RUN: diff %t1.ll %t2.ll