[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
Mon Dec 2 07:55:40 PST 2024
https://github.com/jeanPerier approved this pull request.
Thanks Kiran for the details, then the only generic solution I see with the current pass would be to also update the TypeAttr attribute in the code that updates the result type (like [what is done for StringAttr in ExternalNameConversion](https://github.com/llvm/llvm-project/blob/21d27b3aabf3d06f7e8b1002b34bb467f6ab66d8/flang/lib/Optimizer/Transforms/ExternalNameConversion.cpp#L98-L106)).
If that does not work, you can assign an issue to me and I am OK with your patch.
https://github.com/llvm/llvm-project/pull/118261
More information about the flang-commits
mailing list