diff options
| author | Jay Foad <jay.foad@amd.com> | 2024-04-03 16:21:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-03 16:21:57 +0100 |
| commit | a6170d5b7e45d85ffdab124a4e2bd0f0e1d29f2c (patch) | |
| tree | a111a9e68c09f69b0d939f7c74ceb9cd57cc9a16 | |
| parent | 9808279b0ec3663428fbf6294dfdd1d4f70b1cda (diff) | |
[SelectionDAG] Dump convergencectrl_glue DAG node (#87487)
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp index 20375a0f92b2..6691aa41face 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"; |
