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