summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/r600.amdgpu-alias-analysis.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Add an experimental buffer fat pointer address space.Neil Henning2019-03-181-3/+2
| | | | | | | | | | | | 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
* AMDGPU: Fix r600 testMatt Arsenault2018-09-111-1/+1
| | | | llvm-svn: 341898
* AMDGPU: Remove remnants of old address space mappingMatt Arsenault2018-08-311-1/+1
| | | | llvm-svn: 341165
* [AMDGPU] Update test r600.amdgpu-alias-analysis.llYaxun Liu2017-11-201-3/+3
| | | | | | | | | | | | | Manually update test r600.amdgpu-alias-analysis.ll for amdgiz environment since it cannot be done by script. The two pointers are swapped in the output because PrintResults in AliasAnalysisEvaluator.cpp sorts the strings obtained from printAsOperand before printing them. Differential Revision: https://reviews.llvm.org/D40131 llvm-svn: 318660
* AMDGPU/R600: Fix amdgpu alias analysis pass.Jan Vesely2017-03-311-0/+7
R600 uses higher AS number to access kernel parameters Fixes: r298846 Differential Revision: https://reviews.llvm.org/D31520 llvm-svn: 299245
OpenPOWER on IntegriCloud