mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
R600/SI: Don't display GDS bit for read2
This isn't displayed for any other instructions anymore, and isn't ever used. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214523 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b4cded4926
commit
76db85a36f
@ -795,7 +795,7 @@ class DS_Load2_Helper <bits<8> op, string asm, RegisterClass regClass> : DS <
|
||||
op,
|
||||
(outs regClass:$vdst),
|
||||
(ins i1imm:$gds, VReg_32:$addr, u8imm:$offset0, u8imm:$offset1),
|
||||
asm#" $gds, $vdst, $addr, $offset0, $offset1, [M0]",
|
||||
asm#" $vdst, $addr, $offset0, $offset1, [M0]",
|
||||
[]> {
|
||||
let data0 = 0;
|
||||
let data1 = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user