summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.implicit.buffer.ptr.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Revert accidental change to testMatt Arsenault2019-07-011-1/+1
| | | | llvm-svn: 364839
* AMDGPU/GlobalISel: Handle more input argument intrinsicsMatt Arsenault2019-07-011-1/+1
| | | | llvm-svn: 364836
* [AMDGPU] Change constant addr space to 4Yaxun Liu2018-02-131-7/+7
| | | | | | Differential Revision: https://reviews.llvm.org/D43170 llvm-svn: 325030
* [AMDGPU] Switch to the new addr space mapping by defaultYaxun Liu2018-02-021-4/+4
| | | | | | | | This requires corresponding clang change. Differential Revision: https://reviews.llvm.org/D40955 llvm-svn: 324101
* AMDGPU: Partially fix implicit.buffer.ptr intrinsic handlingMatt Arsenault2017-06-261-0/+35
This should not be treated as a different version of private_segment_buffer. These are distinct things with different uses and register classes, and requires the function argument info to have more context about the function's type and environment. Also add missing test coverage for the intrinsic, and emit an error for HSA. This also encovers that the intrinsic is broken unless there happen to be stack objects. llvm-svn: 306264
OpenPOWER on IntegriCloud