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 7260395 commit fc0bd6eCopy full SHA for fc0bd6e
mlir/test/Target/LLVMIR/openmp-todo.mlir
@@ -340,7 +340,7 @@ omp.private {type = firstprivate} @x.privatizer : i32 copy {
340
}
341
llvm.func @target_firstprivate(%x : !llvm.ptr) {
342
%0 = omp.map.info var_ptr(%x : !llvm.ptr, i32) map_clauses(to) capture(ByRef) -> !llvm.ptr
343
- // expected-error@below {{not yet implemented: Unhandled clause}}
+ // expected-error@below {{not yet implemented: Unhandled clause privatization for deferred target tasks in omp.target operation}}
344
// expected-error@below {{LLVM Translation failed for operation: omp.target}}
345
omp.target nowait map_entries(%0 -> %blockarg0 : !llvm.ptr) private(@x.privatizer %x -> %arg0 [map_idx=0] : !llvm.ptr) {
346
omp.terminator
0 commit comments