[flang-commits] [flang] [flang][OpenMP] Don't check unlabelled `cycle` branching for target loops (PR #111656)
Michael Klemm via flang-commits
flang-commits at lists.llvm.org
Wed Oct 9 07:18:37 PDT 2024
================
@@ -74,6 +74,9 @@ template <typename D> class NoBranchingEnforce {
case llvm::omp::Directive::OMPD_distribute_parallel_for:
case llvm::omp::Directive::OMPD_distribute_simd:
case llvm::omp::Directive::OMPD_distribute_parallel_for_simd:
+ case llvm::omp::Directive::OMPD_target_teams_distribute_parallel_do:
+ case llvm::omp::Directive::
+ OMPD_target_teams_distribute_parallel_do_simd:
----------------
mjklemm wrote:
Stray formatting change?
https://github.com/llvm/llvm-project/pull/111656
More information about the flang-commits
mailing list