Skip to content
Unverified Commit d0d03805 authored by Kareem Ergawy's avatar Kareem Ergawy Committed by GitHub
Browse files

[flang][OpenMP] Support `target ... nowait` (#111823)

Adds MLIR to LLVM lowering support for `target ... nowait`. This
leverages the already existings code-gen patterns for `task` by treating
`target ... nowait` as `task ... if(1)` and `target` (without `nowait`)
as `task ... if(0)`; similar to what clang does.
parent a4367d2d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment