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 b8e97f0 commit 3cb660dCopy full SHA for 3cb660d
llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
@@ -299,6 +299,7 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const {
299
case ISD::SETCCCARRY: return "setcccarry";
300
case ISD::STRICT_FSETCC: return "strict_fsetcc";
301
case ISD::STRICT_FSETCCS: return "strict_fsetccs";
302
+ case ISD::FPTRUNC_ROUND: return "fptrunc_round";
303
case ISD::SELECT: return "select";
304
case ISD::VSELECT: return "vselect";
305
case ISD::SELECT_CC: return "select_cc";
0 commit comments