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 6640b0a commit 3d6aac3Copy full SHA for 3d6aac3
flang/lib/Lower/Support/ReductionProcessor.cpp
@@ -134,6 +134,7 @@ ReductionProcessor::getReductionType(const fir::ReduceOperationEnum &redOp) {
134
case fir::ReduceOperationEnum::MIN:
135
return ReductionIdentifier::MIN;
136
}
137
+ llvm_unreachable("Unhandled ReductionIdentifier case");
138
139
140
bool ReductionProcessor::supportedIntrinsicProcReduction(
0 commit comments