[flang-commits] [flang] [flang][cuda] Add shape to cuf.data_transfer operation (PR #104631)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Fri Aug 16 13:12:52 PDT 2024
================
@@ -4444,7 +4445,9 @@ class FirConverter : public Fortran::lower::AbstractConverter {
!userDefinedAssignment) {
Fortran::lower::StatementContext localStmtCtx;
hlfir::Entity rhs = evaluateRhs(localStmtCtx);
+ llvm::errs() << rhs << "\n";
----------------
clementval wrote:
Yes. Sorry about that.
https://github.com/llvm/llvm-project/pull/104631
More information about the flang-commits
mailing list