[llvm-branch-commits] [flang] [Flang][OpenMP][MLIR] Initial derived type member map support (PR #82853)
Sergio Afonso via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Apr 23 05:50:19 PDT 2024
================
@@ -1177,10 +1178,11 @@ static void genTargetDataClauses(
llvm::SmallVectorImpl<mlir::Type> &useDeviceTypes,
llvm::SmallVectorImpl<mlir::Location> &useDeviceLocs,
llvm::SmallVectorImpl<const Fortran::semantics::Symbol *> &useDeviceSyms) {
+ llvm::SmallVector<const Fortran::semantics::Symbol *> mapSyms;
----------------
skatrak wrote:
Changes to this function can probably be reverted if `mapSyms` is made optional again.
https://github.com/llvm/llvm-project/pull/82853
More information about the llvm-branch-commits
mailing list