Kareem Ergawy 205b0bddcd
[OpenMP][IRBuilder] Handle target directives with both if & nowait (#125029)
This fixes a bug when a `target` directive has both an `if` and a
`nowait` clauses. The bug happens because we tried to `emitKernelLaunch`
for `else` branch of the `if` clause.
2025-01-30 18:40:34 +01:00
..