[flang-commits] [flang] [flang][openacc] Allow open acc routines from other modules. (PR #136012)
Andre Kuhlenschmidt via flang-commits
flang-commits at lists.llvm.org
Thu May 1 08:48:15 PDT 2025
akuhlens wrote:
Here is the minimal change that I could make that I think make the use of FirOpBuilder safer. We should consider how to make the builder code more resistant to programmer error, the current interface seems to require the programmer to understand when it is safe to call methods on FirOpBuilder. Maybe we could parameterize the builder by the Op int is building in?
https://github.com/llvm/llvm-project/pull/136012
More information about the flang-commits
mailing list