[flang-commits] [flang] [flang][openacc] Allow open acc routines from other modules. (PR #136012)
via flang-commits
flang-commits at lists.llvm.org
Fri May 2 05:40:22 PDT 2025
https://github.com/jeanPerier commented:
Thanks for the update! I think we should try to get rid of the assumption that the FIROpBuilder insertion point is anywhere but somewhere inside a ModuleOp (that assumption is required to gather compilation attributes). That should be done outside of this patch.
But in the meantime, your change looks OK, except I would push it a bit further to make it cleaner. See inline comment.
https://github.com/llvm/llvm-project/pull/136012
More information about the flang-commits
mailing list