R600/SI: Use same names for corresponding MUBUF operands and encoding fields
authorTom Stellard <thomas.stellard@amd.com>
Fri, 5 Apr 2013 23:31:44 +0000 (23:31 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 5 Apr 2013 23:31:44 +0000 (23:31 +0000)
commit6db08eb42f527886a2cf476cedb431eeb6c8fc2d
tree65db70071627197d3f8789eace97beb247a75195
parent60174bb9ca30d61ce838e4c09a441bc52b4fe4ab
R600/SI: Use same names for corresponding MUBUF operands and encoding fields

The code emitter knows how to encode operands whose name matches one of
the encoding fields.  If there is no match, the code emitter relies on
the order of the operand and field definitions to determine how operands
should be encoding.  Matching by order makes it easy to accidentally break
the instruction encodings, so we prefer to match by name.

Reviewed-by: Christian König <christian.koenig@amd.com>
llvm-svn: 178930
llvm/lib/Target/R600/SIInstrFormats.td
llvm/lib/Target/R600/SIInstrInfo.td