[clang] [clang][CodeGen] Fix metadata when vectorization is disabled by pragma (PR #135163)
Ryotaro Kasuga via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 11 03:09:14 PDT 2025
================
@@ -194,7 +194,7 @@ void for_test_scalable(int *List, int Length) {
}
}
-// Verify for loop is performing scalable vectorization
+// Verify for loop is NOT performing vectorization because the width is 1
----------------
kasuga-fj wrote:
Fixed both code and docs. Thanks.
https://github.com/llvm/llvm-project/pull/135163
More information about the cfe-commits
mailing list