projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4cded4
)
R600/SI: Don't display GDS bit for read2
author
Matt Arsenault
<Matthew.Arsenault@amd.com>
Fri, 1 Aug 2014 17:00:26 +0000
(17:00 +0000)
committer
Matt Arsenault
<Matthew.Arsenault@amd.com>
Fri, 1 Aug 2014 17:00:26 +0000
(17:00 +0000)
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
lib/Target/R600/SIInstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/R600/SIInstrInfo.td
b/lib/Target/R600/SIInstrInfo.td
index 8cfdf60251fc4b1e7591dc00a0a5d34030dc4656..a0c00332948c9e802be30df277eba33999d1c621 100644
(file)
--- a/
lib/Target/R600/SIInstrInfo.td
+++ b/
lib/Target/R600/SIInstrInfo.td
@@
-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;