[llvm] [WIP] Extend data layout to add non zero null value for address space. (PR #83109)

Pierre van Houtryve via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 00:48:35 PDT 2024


================
@@ -3076,6 +3084,7 @@ specifications are given in this list:
 -  ``v64:64:64`` - 64-bit vector is 64-bit aligned
 -  ``v128:128:128`` - 128-bit vector is 128-bit aligned
 -  ``a:0:64`` - aggregates are 64-bit aligned
+-  ``z:0`` - default null value of 0 for unlisted(INT_MAX) address space
----------------
Pierre-vh wrote:

What would the "unlisted" AS be?

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


More information about the llvm-commits mailing list