[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
================
@@ -22,7 +22,7 @@ define signext i8 @test1(i32 %A) {
; CHECK-V7: @ %bb.0:
; CHECK-V7-NEXT: sbfx r0, r0, #8, #8
; CHECK-V7-NEXT: bx lr
-; CHECk-V7: sbfx r0, r0, #8, #8
+; CHECK-V7: sbfx r0, r0, #8, #8
----------------
davemgreen wrote:
I believe we can delete this line, it was left in from the old checks.
https://github.com/llvm/llvm-project/pull/91854
More information about the Mlir-commits
mailing list