[clang] [flang] [mlir] [acc][flang] Add recipes to data entry operations (PR #149210)
Slava Zakharin via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 21 12:34:28 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();
----------------
vzakhari wrote:
Unused variable?
https://github.com/llvm/llvm-project/pull/149210
More information about the cfe-commits
mailing list