File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
lib/Target/LLVMIR/Dialect/OpenMP Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,6 @@ static LogicalResult checkImplementationStatus(Operation &op) {
254
254
checkAllocate (op, result);
255
255
checkInReduction (op, result);
256
256
checkPriority (op, result);
257
- checkUntied (op, result);
258
257
})
259
258
.Case ([&](omp::TaskgroupOp op) {
260
259
checkAllocate (op, result);
Original file line number Diff line number Diff line change @@ -458,17 +458,6 @@ llvm.func @task_priority(%x : i32) {
458
458
459
459
// -----
460
460
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
-
472
461
llvm.func @taskgroup_allocate (%x : !llvm.ptr ) {
473
462
// expected-error@below {{not yet implemented: Unhandled clause allocate in omp.taskgroup operation}}
474
463
// expected-error@below {{LLVM Translation failed for operation: omp.taskgroup}}
You can’t perform that action at this time.
0 commit comments