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 9808279 commit a6170d5Copy full SHA for a6170d5
llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
@@ -456,6 +456,7 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const {
456
case ISD::CONVERGENCECTRL_ANCHOR: return "convergencectrl_anchor";
457
case ISD::CONVERGENCECTRL_ENTRY: return "convergencectrl_entry";
458
case ISD::CONVERGENCECTRL_LOOP: return "convergencectrl_loop";
459
+ case ISD::CONVERGENCECTRL_GLUE: return "convergencectrl_glue";
460
461
// Bit manipulation
462
case ISD::ABS: return "abs";
0 commit comments