[clang] [flang] [flang] Add -f[no-]slp-vectorize flags (PR #132801)

Tarun Prabhu via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 24 11:45:33 PDT 2025


================
@@ -4032,11 +4032,14 @@ def : Flag<["-"], "ftree-vectorize">, Alias<fvectorize>;
 def : Flag<["-"], "fno-tree-vectorize">, Alias<fno_vectorize>;
 }
 
+let Visibility = [ClangOption, FlangOption] in {
----------------
tarunprabhu wrote:

I think we should merge this with the visibility block for `fvectorize` above. The options are related anyway.

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


More information about the cfe-commits mailing list