[clang] [lld] [llvm] [polly] Fix regression tests with bad FileCheck checks (PR #140373)
David Green via cfe-commits
cfe-commits at lists.llvm.org
Sat May 17 08:20:36 PDT 2025
================
@@ -121,7 +121,7 @@ define i32 @test_orr_extract_from_mul_1(i32 %x, i32 %y) {
; CHECK-THUMB-NEXT: orrs r0, r1
; CHECK-THUMB-NEXT: bx lr
entry:
-; CHECk-THUMB: orrs r0, r1
+; CHECK-THUMB: orrs r0, r1
----------------
davemgreen wrote:
You can remove this line entirely, they are checked above.
https://github.com/llvm/llvm-project/pull/140373
More information about the cfe-commits
mailing list