mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +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:
@@ -2,8 +2,8 @@
|
||||
; RUN: llc < %s -march=r600 -mcpu=SI | FileCheck %s --check-prefix=SI-CHECK
|
||||
|
||||
; R600-CHECK: @test
|
||||
; R600-CHECK: RAT_WRITE_CACHELESS_32_eg
|
||||
; R600-CHECK: RAT_WRITE_CACHELESS_32_eg
|
||||
; R600-CHECK: MEM_RAT_CACHELESS STORE_RAW
|
||||
; R600-CHECK: MEM_RAT_CACHELESS STORE_RAW
|
||||
|
||||
; SI-CHECK: @test
|
||||
; SI-CHECK: V_MOV_B32_e32 [[ZERO:VGPR[0-9]]], 0
|
||||
|
Reference in New Issue
Block a user