[flang-commits] [flang] [Flang] Moving MIFOpConverion pass earlier (PR #184342)
Jean-Didier PAILLEUX via flang-commits
flang-commits at lists.llvm.org
Mon Mar 16 02:43:23 PDT 2026
JDPailleux wrote:
Sorry for the delay.
Here is an update to the PR (which I might rename). After reading your messages, I agree that this wouldn't fix the problem. So I've modified the `mif::ChangeTeamOp` conversion to inline the region into a new block (and create `BranchOp`), and of course replacing `mif.change_team` and `mif.end_team` with the correct `fir.call`.
https://github.com/llvm/llvm-project/pull/184342
More information about the flang-commits
mailing list