mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
3a0c436c93
Summary: The PC_32 DWARF register is for a 32-bit process address space which we don't implement in AMDGCN; another way of putting this is that the size of the PC register is not a function of the wavefront size. If we ever implement a 32-bit process address space we will need to add two more DwarfFlavours i.e. we will need to represent the product of (wave32, wave64) x (64-bit address space, 32-bit address space). Tags: #llvm Differential Revision: https://reviews.llvm.org/D76732 |
||
---|---|---|
.. | ||
AMDGPU | ||
CMakeLists.txt | ||
Disassembler.cpp | ||
DwarfLineTables.cpp | ||
MCInstPrinter.cpp | ||
StringTableBuilderTest.cpp | ||
TargetRegistry.cpp |