Implement OpenMP Lowering for depobj construct
Open
flang:ir
flang:openmp
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
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;
```
Contributor guide
Assessment
This issue has not been assessed yet.