Skip to content

Commit 826cadd

Browse files
[Hexagon] Clean-up Instrprof test (#166990)
1 parent 067f155 commit 826cadd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

llvm/test/CodeGen/Hexagon/instrprof-custom.ll

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llc -mtriple=hexagon -relocation-model=pic < %s | FileCheck %s
2-
; RUN: llc -mtriple=hexagon < %s | FileCheck %s
2+
; RUN: llc -mtriple=hexagon --mattr=+hvxv68,+hvx-length128b,+hvx-qfloat,-hvx-ieee-fp < %s | FileCheck %s
33

44
; CHECK-LABEL: test1:
55
; CHECK: {{call my_instrprof_handler|r0 = #999}}
@@ -14,7 +14,4 @@ entry:
1414
}
1515

1616
; Function Attrs: inaccessiblememonly nofree nosync nounwind willreturn
17-
declare void @llvm.hexagon.instrprof.custom(ptr, i32) #1
18-
19-
attributes #0 = { "target-features"="+hvxv68,+hvx-length128b,+hvx-qfloat,-hvx-ieee-fp,+hmxv68" }
20-
attributes #1 = { inaccessiblememonly nofree nosync nounwind willreturn }
17+
declare void @llvm.hexagon.instrprof.custom(ptr, i32)

0 commit comments

Comments
 (0)