aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2024-04-03 16:21:57 +0100
committerGitHub <noreply@github.com>2024-04-03 16:21:57 +0100
commita6170d5b7e45d85ffdab124a4e2bd0f0e1d29f2c (patch)
treea111a9e68c09f69b0d939f7c74ceb9cd57cc9a16
parent9808279b0ec3663428fbf6294dfdd1d4f70b1cda (diff)
downloadllvm-a6170d5b7e45d85ffdab124a4e2bd0f0e1d29f2c.zip
llvm-a6170d5b7e45d85ffdab124a4e2bd0f0e1d29f2c.tar.gz
llvm-a6170d5b7e45d85ffdab124a4e2bd0f0e1d29f2c.tar.bz2
[SelectionDAG] Dump convergencectrl_glue DAG node (#87487)
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
index 20375a0..6691aa4 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
@@ -456,6 +456,7 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const {
case ISD::CONVERGENCECTRL_ANCHOR: return "convergencectrl_anchor";
case ISD::CONVERGENCECTRL_ENTRY: return "convergencectrl_entry";
case ISD::CONVERGENCECTRL_LOOP: return "convergencectrl_loop";
+ case ISD::CONVERGENCECTRL_GLUE: return "convergencectrl_glue";
// Bit manipulation
case ISD::ABS: return "abs";