[Mlir-commits] [flang] [llvm] [mlir] [MLIR][Flang][OpenMP] Make omp.simdloop into a loop wrapper (PR #87365)

Michael Kruse llvmlistbot at llvm.org
Mon Apr 15 07:58:33 PDT 2024


================
@@ -498,6 +502,8 @@ struct OpWithBodyGenInfo {
   mlir::Location loc;
   /// [in] current PFT node/evaluation.
   Fortran::lower::pft::Evaluation &eval;
+  /// [in] kind of operation.
+  OpKind kind;
----------------
Meinersbur wrote:

Consider adding more documentation on what the different values mean.

Why introduce a new enum and not reusing `llvm::omp::Directive`?

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


More information about the Mlir-commits mailing list