llvm / llvm/llvm-project

Implement OpenMP Lowering for depobj construct

Open
#179,814 1 comment 0 reactions 1 assignee Claimed by @ivanrodriguez3753 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.