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 ab9a1d4 commit d6da92dCopy full SHA for d6da92d
mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
@@ -3395,6 +3395,7 @@ static llvm::omp::Directive convertCancellationConstructType(
3395
case omp::ClauseCancellationConstructType::Taskgroup:
3396
return llvm::omp::Directive::OMPD_taskgroup;
3397
}
3398
+ llvm_unreachable("Unhandled cancellation construct type");
3399
3400
3401
static LogicalResult
0 commit comments