Files
clang-p2996/llvm/lib/Frontend
Pranav Bhandarkar 13cd88108f [mlir][OpenMP] - Honor dependencies in code-generation of the if clause in omp.task correctly (#90891)
This patch fixes the code generation of the if clause, specifically when the
condition evaluates to false and when the task directive has the depend
clause on it. When the if clause of a task construct evaluates to false,
then the task is an undeferred task. This undeferred task still has to
honor dependencies. Previously, the OpenMPIRbuilder didn't honor
dependencies. This patch fixes that.

Fixes https://github.com/llvm/llvm-project/issues/90869
2024-05-13 08:54:23 -05:00
..