[polly] [polly][test] Fix filecheck annotation typos (PR #94211)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 14 04:24:22 PDT 2024
================
@@ -11,7 +11,7 @@ target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f3
; }
; }
-; CHECK p0: {0,+,256}<%for.cond1.preheader>
+; CHECK: p0: {0,+,256}<%for.cond1.preheader>
----------------
klensy wrote:
```
<stdin>:14:10: note: possible intended match here
p0: {0,+,1}<nuw><nsw><%for.cond1.preheader>
```
https://github.com/llvm/llvm-project/pull/94211
More information about the llvm-commits
mailing list