mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-19 02:25:01 +00:00
R600: Change the RAT instruction assembly names so they match the docs
Tested-by: Aaron Watry <awatry@gmail.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188515 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -380,8 +380,8 @@ public:
|
||||
case AMDGPU::RAT_WRITE_CACHELESS_32_eg:
|
||||
case AMDGPU::RAT_WRITE_CACHELESS_64_eg:
|
||||
case AMDGPU::RAT_WRITE_CACHELESS_128_eg:
|
||||
case AMDGPU::RAT_STORE_DWORD32_cm:
|
||||
case AMDGPU::RAT_STORE_DWORD64_cm:
|
||||
case AMDGPU::RAT_STORE_DWORD32:
|
||||
case AMDGPU::RAT_STORE_DWORD64:
|
||||
DEBUG(dbgs() << CfCount << ":"; MI->dump(););
|
||||
CfCount++;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user