[Mlir-commits] [flang] [llvm] [mlir] [flang][OpenMP] Add basic support to lower `loop` directive to MLIR (PR #114199)

Sergio Afonso llvmlistbot at llvm.org
Thu Oct 31 08:51:40 PDT 2024


================
@@ -2034,6 +2034,52 @@ static void genStandaloneDo(lower::AbstractConverter &converter,
                 llvm::omp::Directive::OMPD_do, dsp);
 }
 
+static void genLoopClauses(
----------------
skatrak wrote:

Nit: Move this to the corresponding section of the file where other `genXyzClauses` definitions are located.

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


More information about the Mlir-commits mailing list