Skip to content

Commit 0a248e7

Browse files
test: Remove a todo for the task untied clause
1 parent 68fa9eb commit 0a248e7

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ static LogicalResult checkImplementationStatus(Operation &op) {
254254
checkAllocate(op, result);
255255
checkInReduction(op, result);
256256
checkPriority(op, result);
257-
checkUntied(op, result);
258257
})
259258
.Case([&](omp::TaskgroupOp op) {
260259
checkAllocate(op, result);

mlir/test/Target/LLVMIR/openmp-todo.mlir

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -458,17 +458,6 @@ llvm.func @task_priority(%x : i32) {
458458

459459
// -----
460460

461-
llvm.func @task_untied() {
462-
// expected-error@below {{not yet implemented: Unhandled clause untied in omp.task operation}}
463-
// expected-error@below {{LLVM Translation failed for operation: omp.task}}
464-
omp.task untied {
465-
omp.terminator
466-
}
467-
llvm.return
468-
}
469-
470-
// -----
471-
472461
llvm.func @taskgroup_allocate(%x : !llvm.ptr) {
473462
// expected-error@below {{not yet implemented: Unhandled clause allocate in omp.taskgroup operation}}
474463
// expected-error@below {{LLVM Translation failed for operation: omp.taskgroup}}

0 commit comments

Comments
 (0)