[llvm-dev] relation between address spaces and physical memory locations

David Chisnall via llvm-dev llvm-dev at lists.llvm.org
Wed Mar 23 05:34:32 PDT 2016


On 23 Mar 2016, at 12:33, Hongbin Zheng <etherzhhb at gmail.com> wrote:
> 
> Hi,
> 
> Is it feasible to assign different DataLayout to different address space in the same LLVM IR module?

DataLayout is per module and describes, among other things, the different size and alignment requirements of pointers to different address spaces.

David



More information about the llvm-dev mailing list