[flang-commits] [flang] [Flang] Set address space during FIR pointer-like types lowering (PR #69599)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Thu Dec 14 06:47:11 PST 2023


skatrak wrote:

Just updated the patch with the addition of the data layout-based default address space to all places where `LLVMPointerType`s are created in Flang. I'm avoiding making any changes to the LLVM dialect at least for now, so that there is at least a complete implementation we can discuss.

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


More information about the flang-commits mailing list