[all-commits] [llvm/llvm-project] e53224: Re-apply (#117867): [flang][OpenMP] Implicitly map...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Wed Dec 18 00:20:06 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e532241b021cd48bad303721757c1194bc844775
https://github.com/llvm/llvm-project/commit/e532241b021cd48bad303721757c1194bc844775
Author: Kareem Ergawy <kareem.ergawy at amd.com>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
A flang/include/flang/Lower/DirectivesCommon.h
M flang/lib/Lower/Bridge.cpp
R flang/lib/Lower/DirectivesCommon.h
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Lower/OpenMP/ClauseProcessor.h
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Lower/OpenMP/Utils.cpp
M flang/lib/Optimizer/OpenMP/CMakeLists.txt
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
A flang/test/Transforms/omp-map-info-finalization-implicit-field.fir
M mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td
A offload/test/offloading/fortran/explicit-and-implicit-record-field-mapping.f90
A offload/test/offloading/fortran/implicit-record-field-mapping.f90
Log Message:
-----------
Re-apply (#117867): [flang][OpenMP] Implicitly map allocatable record fields (#120374)
This re-applies #117867 with a small fix that hopefully prevents build
bot failures. The fix is avoiding `dyn_cast` for the result of
`getOperation()`. Instead we can assign the result to `mlir::ModuleOp`
directly since the type of the operation is known statically (`OpT` in
`OperationPass`).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list