Skip to content

Commit

Permalink
DAG: Fix missing fptrunc_round name in debug dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenm committed Apr 24, 2024
1 parent b8e97f0 commit 3cb660d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const {
case ISD::SETCCCARRY: return "setcccarry";
case ISD::STRICT_FSETCC: return "strict_fsetcc";
case ISD::STRICT_FSETCCS: return "strict_fsetccs";
case ISD::FPTRUNC_ROUND: return "fptrunc_round";
case ISD::SELECT: return "select";
case ISD::VSELECT: return "vselect";
case ISD::SELECT_CC: return "select_cc";
Expand Down

0 comments on commit 3cb660d

Please sign in to comment.