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:
a79d4da
)
R600/SI: Define latency for flat instructions
author
Tom Stellard
<thomas.stellard@amd.com>
Thu, 11 Jun 2015 14:51:50 +0000
(14:51 +0000)
committer
Tom Stellard
<thomas.stellard@amd.com>
Thu, 11 Jun 2015 14:51:50 +0000
(14:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239535
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/R600/SIInstrFormats.td
patch
|
blob
|
history
diff --git
a/lib/Target/R600/SIInstrFormats.td
b/lib/Target/R600/SIInstrFormats.td
index 3dddd246cec0d218a537b45aa43de2e90fed2b2b..1409b1b71108991d8ba476cce49602e2852afeff 100644
(file)
--- a/
lib/Target/R600/SIInstrFormats.td
+++ b/
lib/Target/R600/SIInstrFormats.td
@@
-655,6
+655,7
@@
class FLAT <bits<7> op, dag outs, dag ins, string asm, list<dag> pattern> :
let UseNamedOperandTable = 1;
let hasSideEffects = 0;
+ let SchedRW = [WriteVMEM];
}
class MIMG <bits<7> op, dag outs, dag ins, string asm, list<dag> pattern> :