[flang-commits] [flang] [Flang][OpenMP] Make boxed procedure pass aware of OpenMP private ops (PR #118261)

via flang-commits flang-commits at lists.llvm.org
Wed Dec 4 06:42:19 PST 2024


jeanPerier wrote:

> But I see a failure in the gfortan test. I will have a detailed look later this week.

Thanks for testing @kiranchandramohan, I think the issue is the `BoxprocTypeRewriter` type converter of this pass is not handling  `fir::TypeDescType`, sorry for having you go through these issues. Do you want me to have a look?

Side note: the TypeDescOp design of duplicating the type (inside the result, and as attribute) is probably debatable/useless.

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


More information about the flang-commits mailing list