aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/Hexagon/qfpopt-rem-conv-add.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/qfpopt-rem-conv-add.ll')
-rw-r--r--llvm/test/CodeGen/Hexagon/qfpopt-rem-conv-add.ll4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Hexagon/qfpopt-rem-conv-add.ll b/llvm/test/CodeGen/Hexagon/qfpopt-rem-conv-add.ll
index c16370c..527f27e 100644
--- a/llvm/test/CodeGen/Hexagon/qfpopt-rem-conv-add.ll
+++ b/llvm/test/CodeGen/Hexagon/qfpopt-rem-conv-add.ll
@@ -2,7 +2,7 @@
; type as first parameter instead of a sf type without
; any conversion instruction of type sf = qf32
-; RUN: llc -mtriple=hexagon < %s -o - | FileCheck %s
+; RUN: llc -mtriple=hexagon -mattr=+hvx-length128b,+hvxv75,+v75 < %s -o - | FileCheck %s
; CHECK: [[V2:v[0-9]+]] = vxor([[V2]],[[V2]])
; CHECK: [[V0:v[0-9]+]].qf32 = vmpy([[V0]].sf,[[V2]].sf)
@@ -17,5 +17,3 @@ entry:
store <64 x half> %conv17.ripple.vectorized, ptr %out_ptr, align 2
ret void
}
-
-attributes #0 = { "target-features"="+hvx-length128b,+hvxv75,+v75,-long-calls,-small-data" }