Skip to content
Commit 6db08eb4 authored by Tom Stellard's avatar Tom Stellard
Browse files

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: default avatarChristian König <christian.koenig@amd.com>
llvm-svn: 178930
parent 60174bb9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment