[flang-commits] [flang] [llvm] [mlir] [flang] run CFG conversion on omp reduction declare ops (PR #84953)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Mon Mar 18 09:26:48 PDT 2024


clementval wrote:

> > Wouldn't applying the patterns on the module in a single pass work here as well?
> 
> Yes that would work but we would loose parallelism. I wanted to keep that because there was talk in the past about breaking up the existing Module passes so that different functions (or other container operations) can be processed in parallel

Ok that makes sense. It would be nice to have a solution to for top level operations since we have more than two. Have you discuss with MLIR folks yet?

https://github.com/llvm/llvm-project/pull/84953


More information about the flang-commits mailing list