[llvm] [WIP] Extend data layout to add non zero null value for address space. (PR #83109)
Rana Pratap Reddy via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 4 21:35:42 PST 2024
================
@@ -164,6 +165,8 @@ class DataLayout {
/// well-defined bitwise representation.
SmallVector<unsigned, 8> NonIntegralAddressSpaces;
+ DenseMap<uint64_t, uint64_t> AddrSpaceToNonZeroValueMap;
----------------
ranapratap55 wrote:
updated in the latest.
https://github.com/llvm/llvm-project/pull/83109
More information about the llvm-commits
mailing list