Skip to content

Commit 9578db9

Browse files
committed
DAG: Handle atomic fsub in node dumper
1 parent 3285e8d commit 9578db9

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
@@ -97,6 +97,7 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const {
9797
case ISD::ATOMIC_LOAD_UMIN: return "AtomicLoadUMin";
9898
case ISD::ATOMIC_LOAD_UMAX: return "AtomicLoadUMax";
9999
case ISD::ATOMIC_LOAD_FADD: return "AtomicLoadFAdd";
100+
case ISD::ATOMIC_LOAD_FSUB: return "AtomicLoadFSub";
100101
case ISD::ATOMIC_LOAD_FMIN: return "AtomicLoadFMin";
101102
case ISD::ATOMIC_LOAD_FMAX: return "AtomicLoadFMax";
102103
case ISD::ATOMIC_LOAD_UINC_WRAP:

0 commit comments

Comments
 (0)