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 e833bb0 commit edae78dCopy full SHA for edae78d
mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
@@ -3391,6 +3391,7 @@ static llvm::omp::Directive convertCancellationConstructType(
3391
case omp::ClauseCancellationConstructType::Taskgroup:
3392
return llvm::omp::Directive::OMPD_taskgroup;
3393
}
3394
+ llvm_unreachable("Unhandled cancellation construct type");
3395
3396
3397
static LogicalResult
0 commit comments