[clang] [llvm] [mlir] [Flang][OpenMP] Enable no-loop kernels (PR #155818)

Sergio Afonso via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 29 08:12:48 PDT 2025


================
@@ -2106,6 +2106,29 @@ Operation *TargetOp::getInnermostCapturedOmpOp() {
       });
 }
 
+/// Check if we can promote SPMD kernel to No-Loop kernel
----------------
skatrak wrote:

```suggestion
/// Check if we can promote SPMD kernel to No-Loop kernel.
```

https://github.com/llvm/llvm-project/pull/155818


More information about the cfe-commits mailing list