[flang-commits] [clang] [flang] [flang][OpenMP] Upstream first part of `do concurrent` mapping (PR #126026)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Thu Feb 6 16:24:04 PST 2025


================
@@ -142,6 +142,12 @@ static llvm::cl::opt<bool>
                        llvm::cl::desc("enable openmp device compilation"),
                        llvm::cl::init(false));
 
+static llvm::cl::opt<std::string> enableDoConcurrentToOpenMPConversion(
+    "fdo-concurrent-parallel",
----------------
clementval wrote:

Same here, the option name should probably have amp or smth that inform the user that this is targeting openmp under the hood. 

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


More information about the flang-commits mailing list