[llvm-branch-commits] [flang] [mlir] [Flang][MLIR][OpenMP] Explicitly represent omp.target kernel types (PR #186166)

Michael Kruse via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Mar 19 07:47:36 PDT 2026


================
@@ -201,6 +190,393 @@ class HostEvalInfo {
   llvm::SmallVector<const semantics::Symbol *> iv;
   bool loopNestApplied = false, parallelApplied = false;
 };
+
+class OpenMPPatternProcessor {
----------------
Meinersbur wrote:

Add doxygen comment what this class is for?

Currently the only derived type is `TargetSPMDPatternProcessor`. Are more to come?

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


More information about the llvm-branch-commits mailing list