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) {
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);
Original file line number Diff line number Diff 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-
472461llvm.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}}
You can’t perform that action at this time.
0 commit comments