[flang-commits] [clang] [flang] [Driver] Move CommonArgs to a location visible by the Frontend Drivers (PR #142800)
Cameron McInally via flang-commits
flang-commits at lists.llvm.org
Wed Jun 4 09:51:50 PDT 2025
================
@@ -270,6 +270,12 @@ void handleVectorizeLoopsArgs(const llvm::opt::ArgList &Args,
/// Enable -fslp-vectorize based on the optimization level selected.
void handleVectorizeSLPArgs(const llvm::opt::ArgList &Args,
llvm::opt::ArgStringList &CmdArgs);
+
+void ParseMPreferVectorWidthOption(clang::DiagnosticsEngine &Diags,
----------------
mcinally wrote:
It was, for illustrative purposes. I have no problem removing it though.
https://github.com/llvm/llvm-project/pull/142800
More information about the flang-commits
mailing list