commit | 523dab07887f8bfeb4697ab8103ab76adddfc1fc | [log] [tgz] |
---|---|---|
author | Neil Henning <neil.henning@amd.com> | Mon Mar 18 14:44:28 2019 +0000 |
committer | Neil Henning <neil.henning@amd.com> | Mon Mar 18 14:44:28 2019 +0000 |
tree | 11148aba9c9bcd61f9a2efc46324b01f214ca8eb | |
parent | 6063393536cc8f6129c1bc4d590e812525e16abb [diff] |
[AMDGPU] Add an experimental buffer fat pointer address space. Add an experimental buffer fat pointer address space that is currently unhandled in the backend. This commit reserves address space 7 as a non-integral pointer repsenting the 160-bit fat pointer (128-bit buffer descriptor + 32-bit offset) that is heavily used in graphics workloads using the AMDGPU backend. Differential Revision: https://reviews.llvm.org/D58957 llvm-svn: 356373