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 3285e8d commit 9578db9Copy full SHA for 9578db9
llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
@@ -97,6 +97,7 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const {
97
case ISD::ATOMIC_LOAD_UMIN: return "AtomicLoadUMin";
98
case ISD::ATOMIC_LOAD_UMAX: return "AtomicLoadUMax";
99
case ISD::ATOMIC_LOAD_FADD: return "AtomicLoadFAdd";
100
+ case ISD::ATOMIC_LOAD_FSUB: return "AtomicLoadFSub";
101
case ISD::ATOMIC_LOAD_FMIN: return "AtomicLoadFMin";
102
case ISD::ATOMIC_LOAD_FMAX: return "AtomicLoadFMax";
103
case ISD::ATOMIC_LOAD_UINC_WRAP:
0 commit comments