[llvm] 5a0b7e8 - [X86] coalesce-dead-lanes.mir - fix CHECK-LABEL typo identified in D125604
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed May 18 04:34:09 PDT 2022
Author: Simon Pilgrim
Date: 2022-05-18T12:31:42+01:00
New Revision: 5a0b7e875f169a77b9ced81c406accbceced8012
URL: https://github.com/llvm/llvm-project/commit/5a0b7e875f169a77b9ced81c406accbceced8012
DIFF: https://github.com/llvm/llvm-project/commit/5a0b7e875f169a77b9ced81c406accbceced8012.diff
LOG: [X86] coalesce-dead-lanes.mir - fix CHECK-LABEL typo identified in D125604
Added:
Modified:
llvm/test/CodeGen/X86/coalesce-dead-lanes.mir
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/X86/coalesce-dead-lanes.mir b/llvm/test/CodeGen/X86/coalesce-dead-lanes.mir
index a1bd9df9e67b..6c9e9ad81f15 100644
--- a/llvm/test/CodeGen/X86/coalesce-dead-lanes.mir
+++ b/llvm/test/CodeGen/X86/coalesce-dead-lanes.mir
@@ -14,6 +14,6 @@ body: |
# This used to hit an assertion:
# lib/CodeGen/RegisterCoalescer.cpp:1110: RegisterCoalescer::reMaterializeTrivialDef(...): Assertion `ValNo && "CopyMI input register not live"' failed.
#
-# CHECK_LABEL: name: foo
+# CHECK-LABEL: name: foo
# CHECK: bb.0:
# CHECK-NEXT: $al = COPY undef %2:gr8
More information about the llvm-commits
mailing list