From e9a8cec406bdaf54fcf47d9ac7ee4a2a90faca07 Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Fri, 20 Jul 2018 21:55:55 +0000 Subject: [PATCH] [Hexagon] Disable packets in test to avoid ordering issues in checks llvm-svn: 337624 --- test/CodeGen/Hexagon/vec-call-full1.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/Hexagon/vec-call-full1.ll b/test/CodeGen/Hexagon/vec-call-full1.ll index d8f562e3250..24cc97593ad 100644 --- a/test/CodeGen/Hexagon/vec-call-full1.ll +++ b/test/CodeGen/Hexagon/vec-call-full1.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=hexagon -O2 < %s | FileCheck %s +; RUN: llc -march=hexagon < %s | FileCheck %s ; CHECK-DAG: v{{[0-9]+}} = vmem(r{{[0-9]+}}+#0) ; CHECK-DAG: v{{[0-9]+}} = vmem(r{{[0-9]+}}+#0) @@ -16,4 +16,4 @@ b0: declare void @f1(<32 x i32>, <32 x i32>, <32 x i32>, <32 x i32>, <32 x i32>, <32 x i32>, <32 x i32>, <32 x i32>, <32 x i32>, <32 x i32>, <32 x i32>, <32 x i32>, <32 x i32>, <32 x i32>, <32 x i32>, <32 x i32>, <32 x i32>, <32 x i32>) #0 -attributes #0 = { nounwind "target-cpu"="hexagonv60" "target-features"="+hvxv60,+hvx-length128b" } +attributes #0 = { nounwind "target-cpu"="hexagonv60" "target-features"="+hvxv60,+hvx-length128b,-packets" }