[flang-commits] [clang] [flang] [flang] Add -f[no-]slp-vectorize flags (PR #132801)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Tue Mar 25 11:35:08 PDT 2025
================
@@ -3177,3 +3177,25 @@ bool tools::shouldEnableVectorizerAtOLevel(const ArgList &Args, bool isSlpVec) {
return false;
}
+
+/// Enable -fvectorize based on the optimization level selected.
----------------
tarunprabhu wrote:
It might be better to move the docstrings to `CommonArgs.h`.
https://github.com/llvm/llvm-project/pull/132801
More information about the flang-commits
mailing list