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.
2 parents a2c1e81 + f871466 commit 8fd481bCopy full SHA for 8fd481b
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