[Mlir-commits] [clang] [flang] [mlir] [acc][flang] Add recipes to data entry operations (PR #149210)
Razvan Lupusoru
llvmlistbot at llvm.org
Tue Nov 25 08:35:58 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:
It is used later in this code - but the statement that follows this one does not use - I will fix that :)
https://github.com/llvm/llvm-project/pull/149210
More information about the Mlir-commits
mailing list