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 4e673c95fb
commit 0040f18256
1 changed files with 3 additions and 0 deletions

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;
}
//===----------------------------------------------------------------------===//