llvm-project/llvm/lib/Target/AMDGPU/Utils
Stanislav Mekhanoshin 082e22f3d7 [AMDGPU] Always reserve flat scratch SGPR for architected flat scratch
With architected flat scratch it becomes readonly. We must always
reserve SGPR pair for it even if we do not use scratch at all since
an attempt to write to SGPRs mapped to FLAT_SCRATCH results in
memory violation.

This is not needed since GFX10 with architected flat scratch though
since special SGPRs are not carving space from normal SGPRs.

Differential Revision: https://reviews.llvm.org/D110376
2021-09-24 09:46:31 -07:00
..
AMDGPUAsmUtils.cpp [AMDGPU] Update s_sendmsg messages 2021-02-24 13:07:00 +00:00
AMDGPUAsmUtils.h [AMDGPU] Update s_sendmsg messages 2021-02-24 13:07:00 +00:00
AMDGPUBaseInfo.cpp [AMDGPU] Always reserve flat scratch SGPR for architected flat scratch 2021-09-24 09:46:31 -07:00
AMDGPUBaseInfo.h [AMDGPU] Make BVH isel consistent with other MIMG opcodes 2021-08-17 10:42:22 +09:00
AMDGPULDSUtils.cpp [AMDGPU] Ignore call graph node which does not have function info. 2021-08-04 10:22:33 +05:30
AMDGPULDSUtils.h [AMDGPU] Replace non-kernel function uses of LDS globals by pointers. 2021-06-21 11:51:49 +05:30
AMDGPUPALMetadata.cpp [AMDGPU] Set optional PAL metadata 2021-07-06 11:58:00 +02:00
AMDGPUPALMetadata.h [AMDGPU] Set optional PAL metadata 2021-07-06 11:58:00 +02:00
AMDKernelCodeTInfo.h
AMDKernelCodeTUtils.cpp [NFC][AMDGPU] Reduce include files dependency. 2021-01-07 22:22:05 +03:00
AMDKernelCodeTUtils.h [NFC][AMDGPU] Reduce include files dependency. 2021-01-07 22:22:05 +03:00
CMakeLists.txt [AMDGPU] Fix linking with shared libraries 2021-06-21 11:11:13 +02:00