[flang] [llvm] [flang][llvm][OpenMP][OpenACC] Add implicit casts to omp.atomic and acc.atomic (PR #131603)
Kiran Chandramohan via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 17 06:02:48 PDT 2025
================
@@ -386,6 +442,7 @@ void genOmpAccAtomicRead(Fortran::lower::AbstractConverter &converter,
fir::getBase(converter.genExprAddr(fromExpr, stmtCtx));
mlir::Value toAddress = fir::getBase(converter.genExprAddr(
*Fortran::semantics::GetExpr(assignmentStmtVariable), stmtCtx));
+ emitImplicitCast(converter, loc, fromAddress, toAddress, elementType);
----------------
kiranchandramohan wrote:
Could you check if we use the `typedAssignmentStatement` (as in `genOmpAccAtomicWrite`) then this conversion code is automatically generated?
https://github.com/llvm/llvm-project/pull/131603
More information about the llvm-commits
mailing list