[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
https://github.com/Meinersbur commented:
Have you considered keeping the old code and having `kernel_type` be an optional attribute, and only when it is missing use the automatic detection (and possibly in debug builds check whether it matches)? Even if Flang implementes its own logic, we may not want to force every other frontend to do the same.
https://github.com/llvm/llvm-project/pull/186166
More information about the llvm-branch-commits
mailing list