[clang] [lld] [llvm] [polly] Fix regression tests with bad FileCheck checks (PR #140373)
Mohamed Emad via cfe-commits
cfe-commits at lists.llvm.org
Mon May 19 03:05:14 PDT 2025
================
@@ -377,7 +377,7 @@ void foo18() {
// CHECK-NEXT: [[A:%.*a.*]] = getelementptr inbounds nuw [[STRUCT_G]], ptr [[G]], i32 0, i32 0
// CHECK-NEXT: store i32 2, ptr [[A]], align 4
// CHECK-NEXT: [[F:%.*]] = getelementptr inbounds i8, ptr [[G]], i64 4
-// CHECk-NEXT: call void @{{.*F.*}}(ptr noundef nonnull align 1 dereferenceable(1)) [[F]], ie32 noundef 1)
+// CHECK-NEXT: call void @{{.*F.*}}(ptr noundef nonnull align 1 dereferenceable(1)) [[F]], ie32 noundef 1)
----------------
hulxv wrote:
```suggestion
// CHECK-NEXT: call void @{{.*F.*}}(ptr noundef nonnull align 1 dereferenceable(1) [[F]], i32 noundef 1)
```
I think there are some typos here that cause the failure in the tests
https://github.com/llvm/llvm-project/pull/140373
More information about the cfe-commits
mailing list