Skip to content

Commit 1529bf8

Browse files
committed
add Dumper
1 parent 3598a9b commit 1529bf8

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
@@ -298,6 +298,7 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const {
298298
case ISD::ROTR: return "rotr";
299299
case ISD::FSHL: return "fshl";
300300
case ISD::FSHR: return "fshr";
301+
case ISD::CLMUL: return "clmul";
301302
case ISD::FADD: return "fadd";
302303
case ISD::STRICT_FADD: return "strict_fadd";
303304
case ISD::FSUB: return "fsub";

0 commit comments

Comments
 (0)