Skip to content

Commit 3f07430

Browse files
committed
[X86] avoid-sfb-g-no-change.mir - cleanup check prefixes identified in #92248
Don't include "-LABEL" (or any other FileCheck modifier) in the core check prefix name
1 parent e26eacf commit 3f07430

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/test/CodeGen/X86/avoid-sfb-g-no-change.mir

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# RUN: llc %s -run-pass x86-avoid-SFB -mtriple=x86_64-unknown-linux-gnu -o - | FileCheck %s -check-prefixes DEBUG-LABEL,CHECK
2-
# RUN: llc %s -run-pass x86-avoid-SFB -mtriple=x86_64-unknown-linux-gnu -o - | FileCheck %s -check-prefixes NODEBUG-LABEL,CHECK
1+
# RUN: llc %s -run-pass x86-avoid-SFB -mtriple=x86_64-unknown-linux-gnu -o - | FileCheck %s -check-prefixes=CHECK,DEBUG
2+
# RUN: llc %s -run-pass x86-avoid-SFB -mtriple=x86_64-unknown-linux-gnu -o - | FileCheck %s -check-prefixes=CHECK,NODEBUG
33
#
44
# This was generated from:
55
#
@@ -202,8 +202,8 @@ body: |
202202
MOVAPSmr %1, 1, $noreg, 0, $noreg, killed %2 :: (store (s128) into %ir.p2)
203203
RET 0
204204
205-
; DEBUG-LABEL: name: debug
206-
; NODEBUG-LABEL: name: nodebug
205+
; DEBUG: name: debug
206+
; NODEBUG: name: nodebug
207207
; CHECK: %1:gr64 = COPY
208208
; CHECK: %0:gr64 = COPY
209209
; CHECK: MOV8mi
@@ -218,5 +218,5 @@ body: |
218218
; CHECK: %7:gr8 = MOV8rm
219219
; CHECK: MOV8mr
220220
; CHECK: RET 0
221-
; DEBUG-LABEL: name: nodebug
221+
; DEBUG: name: nodebug
222222
...

0 commit comments

Comments
 (0)