[Mlir-commits] [mlir] [mlir][test] Fix filecheck annotation typos (PR #92897)
Benjamin Maxwell
llvmlistbot at llvm.org
Tue May 21 05:43:01 PDT 2024
================
@@ -10,7 +10,7 @@
// CHECK: scf.for
// CHECK: arith.addi
//
-// CHECK-LABEL @loop_outline_op
+// CHECK-LABEL: @loop_outline_op
----------------
MacDue wrote:
Now that this `CHECK-LABEL` is working the `SUFFIX` match (above) is out of scope :thinking: Maybe make this just a `CHECK:` or `SUFFIX` a global?
https://github.com/llvm/llvm-project/pull/92897
More information about the Mlir-commits
mailing list