Skip to content

Commit a6170d5

Browse files
authored
[SelectionDAG] Dump convergencectrl_glue DAG node (#87487)
1 parent 9808279 commit a6170d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const {
456456
case ISD::CONVERGENCECTRL_ANCHOR: return "convergencectrl_anchor";
457457
case ISD::CONVERGENCECTRL_ENTRY: return "convergencectrl_entry";
458458
case ISD::CONVERGENCECTRL_LOOP: return "convergencectrl_loop";
459+
case ISD::CONVERGENCECTRL_GLUE: return "convergencectrl_glue";
459460

460461
// Bit manipulation
461462
case ISD::ABS: return "abs";

0 commit comments

Comments
 (0)