[flang-commits] [flang] [flang][codegen] Update FIR codegen to use mlir.llvm opaque pointers (PR #69692)
via flang-commits
flang-commits at lists.llvm.org
Fri Oct 20 08:19:08 PDT 2023
https://github.com/jeanPerier commented:
Thanks a lot for the review! You pointed the finger at a type conversion of a fir type that is abstract and does not really match an llvm type on its own (but we still need to convert it to something for when it appears inside memory reference types or as operation attributes).
https://github.com/llvm/llvm-project/pull/69692
More information about the flang-commits
mailing list