Issue 179814
Summary Implement OpenMP Lowering for depobj construct
Labels new issue
Assignees
Reporter ivanrodriguez3753
    Perusing both this repo's flang/test and the llvm-test-suite repo, it seems support for this is implemented up to the parser, with parse tests already running. This issue is intended on tracking the work for lowering, that is, take care of the TODO in `flang/lib/Lower/OpenMP/ClauseProcessor.cpp`:
```
  case omp::clause::DependenceType::Depobj:
    TODO(currentLocation, "DEPOBJ dependence-type");
    break;
```

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to