[llvm] bf84ab7 - [X86] statepoint-vreg-details.ll - fix CHECK-VREG-LABEL typo identified in D125604

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 04:34:14 PDT 2022


Author: Simon Pilgrim
Date: 2022-05-18T12:33:53+01:00
New Revision: bf84ab7684a39cabd63a039591809e13719996b0

URL: https://github.com/llvm/llvm-project/commit/bf84ab7684a39cabd63a039591809e13719996b0
DIFF: https://github.com/llvm/llvm-project/commit/bf84ab7684a39cabd63a039591809e13719996b0.diff

LOG: [X86] statepoint-vreg-details.ll - fix CHECK-VREG-LABEL typo identified in D125604

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/statepoint-vreg-details.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/statepoint-vreg-details.ll b/llvm/test/CodeGen/X86/statepoint-vreg-details.ll
index ea8824a59932..e9a6deb45715 100644
--- a/llvm/test/CodeGen/X86/statepoint-vreg-details.ll
+++ b/llvm/test/CodeGen/X86/statepoint-vreg-details.ll
@@ -382,7 +382,7 @@ entry:
 
 ; Check that ISEL of gc.relocate used in other BB does not generate extra COPY instruction.
 define i1 @test_cross_bb_reloc(i32 addrspace(1)* %a, i1 %external_cond) gc "statepoint-example" {
-; CHECK-VREG_LABEL: test_cross_bb_reloc:
+; CHECK-VREG-LABEL: test_cross_bb_reloc
 ; CHECK-VREG:    bb.0.entry:
 ; CHECK-VREG:      [[VREG:%[^ ]+]]:gr64 = STATEPOINT 0, 0, 0, @return_i1, 2, 0, 2, 0, 2, 0, 2, 1, %2(tied-def 0), 2, 0, 2, 1, 0, 0, csr_64, implicit-def $rsp, implicit-def $ssp, implicit-def $al
 ; CHECK-VREG-NOT:  COPY [[VREG]]


        


More information about the llvm-commits mailing list