================
@@ -37,8 +37,8 @@ void test3(int *List, int Length) {
List[i] = i * 2;
}
-// Check that disabling vectorization means a vectorization width of 1, and
-// also that vectorization_predicate isn't enabled.
+// Check that vectorize is disabled, and also that vectorization_predicate is
----------------
david-arm wrote:
nit: The loop doesn't have a vectorize_predicate pragma so I think this should
just be `// Check that vectorization is disabled`
https://github.com/llvm/llvm-project/pull/135163
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits