Skip to content

Commit 89064ba

Browse files
committed
Remove redundant check prefixes
1 parent dd43ed9 commit 89064ba

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

llvm/test/CodeGen/AArch64/sve-fmsub.ll

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
2-
; RUN: llc -mattr=+sve %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-SVE
3-
; RUN: llc -mattr=+sme -force-streaming %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-SME
2+
; RUN: llc -mattr=+sve %s -o - | FileCheck %s --check-prefixes=CHECK
3+
; RUN: llc -mattr=+sme -force-streaming %s -o - | FileCheck %s --check-prefixes=CHECK
44

55
target triple = "aarch64"
66

@@ -456,6 +456,3 @@ entry:
456456
%0 = tail call <7 x half> @llvm.fmuladd(<7 x half> %neg, <7 x half> %b, <7 x half> %neg1)
457457
ret <7 x half> %0
458458
}
459-
;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
460-
; CHECK-SME: {{.*}}
461-
; CHECK-SVE: {{.*}}

0 commit comments

Comments
 (0)