[flang-commits] [flang] [llvm] [mlir] [MLIR][Flang][OpenMP] Make omp.simdloop into a loop wrapper (PR #87365)
Michael Klemm via flang-commits
flang-commits at lists.llvm.org
Mon Apr 15 08:49:58 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;
----------------
mjklemm wrote:
I guess the solution should be the same as in the other PR.
https://github.com/llvm/llvm-project/pull/87365
More information about the flang-commits
mailing list