We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680463b commit f871466Copy full SHA for f871466
llvm/utils/TableGen/Common/CodeGenRegisters.cpp
@@ -703,7 +703,7 @@ struct TupleExpander : SetTheory::Expander {
703
RV.setValue(BitInit::get(RK, true));
704
705
// Copy fields from the RegisterTuples def.
706
- if (Field == "SubRegIndices" || Field == "CompositeIndices") {
+ if (Field == "SubRegIndices") {
707
NewReg->addValue(*Def->getValue(Field));
708
continue;
709
}
0 commit comments