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 91fe1de commit e62dc1fCopy full SHA for e62dc1f
llvm/utils/TableGen/GlobalISelEmitter.cpp
@@ -1354,6 +1354,10 @@ Expected<action_iterator> GlobalISelEmitter::importExplicitUseRenderer(
1354
return failedImport("Dst pattern child is an unsupported kind");
1355
}
1356
1357
+/// Generates code that builds the resulting instruction(s) from the destination
1358
+/// DAG. Note that to do this we do not and should not need the source DAG.
1359
+/// We do need to know whether a generated instruction defines a result of the
1360
+/// source DAG; this information is available via RuleMatcher::hasOperand.
1361
Expected<BuildMIAction &> GlobalISelEmitter::createAndImportInstructionRenderer(
1362
RuleMatcher &M, InstructionMatcher &InsnMatcher,
1363
const TreePatternNode &Dst) {
0 commit comments