1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/lib/Target/AMDGPU/Utils
Dmitry Preobrazhensky 38ef58d587 [AMDGPU][MC] Fix for Bug 30829 + LIT tests
Added code to check constant bus restrictions for VOP formats (only one SGPR value or literal-constant may be used by the instruction).
Note that the same checks are performed by SIInstrInfo::verifyInstruction (used by lowering code).
Added LIT tests.

llvm-svn: 296873
2017-03-03 14:31:06 +00:00
..
AMDGPUAsmUtils.cpp
AMDGPUAsmUtils.h
AMDGPUBaseInfo.cpp [AMDGPU][MC] Fix for Bug 30829 + LIT tests 2017-03-03 14:31:06 +00:00
AMDGPUBaseInfo.h [AMDGPU][MC] Fix for Bug 30829 + LIT tests 2017-03-03 14:31:06 +00:00
AMDKernelCodeTInfo.h AMDGPU : Add trap handler support. 2017-02-10 02:15:29 +00:00
AMDKernelCodeTUtils.cpp [AMDGPU] Assembler: rename amd_kernel_code_t asm names according to spec 2016-09-09 10:08:02 +00:00
AMDKernelCodeTUtils.h
CMakeLists.txt
LLVMBuild.txt