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

Damian Rouson via flang-commits flang-commits at lists.llvm.org
Wed Feb 12 08:25:11 PST 2025


================
@@ -6919,6 +6919,10 @@ defm loop_versioning : BoolOptionWithoutMarshalling<"f", "version-loops-for-stri
 
 def fhermetic_module_files : Flag<["-"], "fhermetic-module-files">, Group<f_Group>,
   HelpText<"Emit hermetic module files (no nested USE association)">;
+
+def do_concurrent_to_openmp_EQ : Joined<["-"], "fdo-concurrent-to-openmp=">,
----------------
rouson wrote:

@kiranchandramohan out of curiosity, what does the `f` stand for?  I've always had the same question regarding various `-f*` flags in `gfortran`.  Is the goal just to match `gfortran` practice or is there some meaning to the `f`?

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


More information about the flang-commits mailing list