mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
AMDGPU: Update private null pointer value in documentation
Private pointers used to workaround IR semantics by artifically reserving an object at offset 0 so no user object would be allocated there. Since alloca now uses a non-0 address space, that workaround is unnecssary and 0 can be treated as a valid pointer.
This commit is contained in:
parent
1789f18d3a
commit
1529ca40cf
@ -365,8 +365,8 @@ supported for the ``amdgcn`` target.
|
||||
Region 2 N/A GDS 32 *not implemented for AMDHSA*
|
||||
Local 3 group LDS 32 0xFFFFFFFF
|
||||
Constant 4 constant *same as global* 64 0x0000000000000000
|
||||
Private 5 private scratch 32 0x00000000
|
||||
Constant 32-bit 6 *TODO*
|
||||
Private 5 private scratch 32 0xFFFFFFFF
|
||||
Constant 32-bit 6 *TODO* 0x00000000
|
||||
Buffer Fat Pointer (experimental) 7 *TODO*
|
||||
================================= =============== =========== ================ ======= ============================
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user