[clang] [lld] [llvm] [mlir] [IR] Introduce `T<address space>` to `DataLayout` to represent flat address space if a target supports it (PR #108786)

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 16 15:07:55 PDT 2024


gonzalobg wrote:

Another example for PTX targets is `.generic`, `.shared::cluster`, and `.shared::cta`, where `.generic` covers `.shared::cluster` which covers `.shared::cta`.

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


More information about the cfe-commits mailing list