Skip to content

Commit 8fd481b

Browse files
jayfoadgithub-actions[bot]
authored andcommitted
Automerge: [TableGen] Remove last remnant of CompositeIndices (#142960)
The rest of the support was removed in 2012 by: 5995936 "Remove support for 'CompositeIndices' and sub-register cycles."
2 parents a2c1e81 + f871466 commit 8fd481b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/Common/CodeGenRegisters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ struct TupleExpander : SetTheory::Expander {
703703
RV.setValue(BitInit::get(RK, true));
704704

705705
// Copy fields from the RegisterTuples def.
706-
if (Field == "SubRegIndices" || Field == "CompositeIndices") {
706+
if (Field == "SubRegIndices") {
707707
NewReg->addValue(*Def->getValue(Field));
708708
continue;
709709
}

0 commit comments

Comments
 (0)