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

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 11:15:59 PDT 2024


================
@@ -96,7 +96,7 @@ for.end:                                          ; preds = %for.end.loopexit, %
 
 ; Specify a smaller minimum VF (via `-epilogue-vectorization-minimum-VF=4`) and
 ; make sure the epilogue gets vectorized in that case.
-; CHECK-MIN-D-LABLE: @f3
+; CHECK-MIN-D-LABEL: @f3
----------------
mshockwave wrote:

I think this should be `CHECK-MIN-4-LABEL`, otherwise it would be conflicted with line 89.

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


More information about the llvm-commits mailing list