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.
2 parents 536f3a3 + 3d6aac3 commit 7e99216Copy full SHA for 7e99216
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