[Mlir-commits] [clang] [clang-tools-extra] [flang] [llvm] [mlir] [polly] [test]: fix filecheck annotation typos (PR #91854)

David Green llvmlistbot at llvm.org
Mon May 13 01:46:09 PDT 2024


================
@@ -189,15 +189,15 @@ define i32 @shr(i32 %a, i32 %b) {
 
 
 define i1 @outer_and1(i1 %a) {
-; check-label: @outer_and1(
-; check-not: call i1 @and1
+; check-LABEL: @outer_and1(
----------------
davemgreen wrote:

Should all these be "CHECK"?

https://github.com/llvm/llvm-project/pull/91854


More information about the Mlir-commits mailing list