[Mlir-commits] [clang] [flang] [mlir] [acc][flang][cir] Add recipes to data entry operations (PR #149210)
Razvan Lupusoru
llvmlistbot at llvm.org
Tue Nov 25 08:48:47 PST 2025
================
@@ -5142,6 +5106,7 @@ mlir::Operation *Fortran::lower::genOpenACCLoopFromDoConstruct(
// So this means that in all cases we mark with `auto` unless it is a
// `do concurrent` in an `acc parallel` construct or it must be `seq` because
// it is in an `acc serial` construct.
+ fir::FirOpBuilder &builder = converter.getFirOpBuilder();
----------------
razvanlupusoru wrote:
Done. Thank you.
https://github.com/llvm/llvm-project/pull/149210
More information about the Mlir-commits
mailing list