[flang-commits] [flang] [Flang][OpenMP] Align map clause generation and fix issue with non-shared allocations for assumed shape/size descriptor types (PR #97855)
via flang-commits
flang-commits at lists.llvm.org
Fri Aug 2 03:22:34 PDT 2024
================
@@ -341,11 +341,11 @@ def LoopVersioning : Pass<"loop-versioning", "mlir::func::FuncOp"> {
}
def OMPMapInfoFinalizationPass
- : Pass<"omp-map-info-finalization"> {
+ : Pass<"omp-map-info-finalization", "mlir::func::FuncOp"> {
----------------
agozillon wrote:
It's always been able to be ran in parallel, at least up until a month or so ago when we tweaked all the passes, only then was the postfix removed :-) although, I am more than happy to continue to have it ran sequentially as it simplifies things quite a bit, so I've reverted the change!
https://github.com/llvm/llvm-project/pull/97855
More information about the flang-commits
mailing list