Remove support for 'CompositeIndices' and sub-register cycles.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 26 Jul 2012 23:39:50 +0000 (23:39 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 26 Jul 2012 23:39:50 +0000 (23:39 +0000)
commit2ca6b3c37498eebf1f729f85cee03aa38ea5bc65
tree21ffef363888499283ecfbe2dd2b2eba2d8e8d3a
parent480eeb54315e35b9d18213c2d56d2166e154b62d
Remove support for 'CompositeIndices' and sub-register cycles.

Now that the weird X86 sub_ss and sub_sd sub-register indexes are gone,
there is no longer a need for the CompositeIndices construct in .td
files. Sub-register index composition can be specified on the
SubRegIndex itself using the ComposedOf field.

Also enforce unique names for sub-registers in TableGen. The same
sub-register cannot be available with multiple sub-register indexes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160842 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/Target.td
utils/TableGen/CodeGenRegisters.cpp