[clang] [lld] [llvm] [mlir] [IR] Introduce `T<address space>` to `DataLayout` to represent flat address space if a target supports it (PR #108786)
Shilei Tian via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 1 13:26:56 PDT 2024
shiltian wrote:
> > > I would like to avoid adding additional special properties to AS0, or defining the flat concept.
> >
> >
> > How can we add a new specification w/o defining it?
>
> By not defining it in terms of flat addressing. Just make it the undesirable address space
But that will still require to define, what is undesirable address space right?
https://github.com/llvm/llvm-project/pull/108786
More information about the cfe-commits
mailing list