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

Tom Eccles via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Mar 15 03:53:36 PDT 2024


tblah 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

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


More information about the llvm-branch-commits mailing list