1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

R600/SI: Set bits on SMRD instructions

Set mayStore = 0 and enable named operand table.

llvm-svn: 214194
This commit is contained in:
Matt Arsenault 2014-07-29 18:51:54 +00:00
parent 8351f3dbd5
commit 751b041f67

View File

@ -185,6 +185,9 @@ class SMRD <bits<5> op, bits<1> imm, dag outs, dag ins, string asm,
let LGKM_CNT = 1;
let SMRD = 1;
let mayStore = 0;
let mayLoad = 1;
let UseNamedOperandTable = 1;
}
//===----------------------------------------------------------------------===//