[flang-commits] [flang] [mlir] [flang][OpenMP] Lower target in_reduction for host fallback (PR #199967)
Sergio Afonso via flang-commits
flang-commits at lists.llvm.org
Tue Jun 23 06:55:11 PDT 2026
================
@@ -1654,7 +1663,7 @@ def TargetOp : OpenMP_Op<"target", traits = [
static ::mlir::omp::TargetExecMode
getKernelExecFlags(Operation *capturedOp,
bool *hostEvalTripCount = nullptr);
- }] # clausesExtraClassDeclaration;
+ }]#clausesExtraClassDeclaration;
----------------
skatrak wrote:
```suggestion
}] # clausesExtraClassDeclaration;
```
https://github.com/llvm/llvm-project/pull/199967
More information about the flang-commits
mailing list