[flang-commits] [flang] [Flang] Fix lowering failure for some constructs inside a CHANGE TEAM (PR #184342)

via flang-commits flang-commits at lists.llvm.org
Thu Mar 26 09:16:17 PDT 2026


================

----------------
jeanPerier wrote:

Are these addLegalDialect needed?
In general you should not maintain a list of valid dialect here, you do not now what dialect we may be using in the future in lowering and passes (OpenMP, OpenACC, SCF, Memref...).
So if this is not needed, I would advise removing those.

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


More information about the flang-commits mailing list