Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / widen_cast-4.ll
index 614eeedbe79d3b1f44ca4e5308b4739b7741a21e..5ea54267692a47bfcbcebf45f9b67f416edd5061 100644 (file)
@@ -1,9 +1,6 @@
-; RUN: llc < %s -march=x86 -mattr=+sse42 -disable-mmx -o %t
-; RUN: grep sarb  %t | count 8
-
-; v8i8 that is widen to v16i8 then split
-; FIXME: This is widen to v16i8 and split to 16 and we then rebuild the vector.
-; Unfortunately, we don't split the store so we don't get the code we want.
+; RUN: llc < %s -march=x86 -mattr=+sse42 | FileCheck %s
+; CHECK: psraw
+; CHECK: psraw
 
 define void @update(i64* %dst_i, i64* %src_i, i32 %n) nounwind {
 entry: