[all-commits] [llvm/llvm-project] 7da9a5: [flang][OpenMP] Skip multi-block `teams` regions w...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Mon Mar 24 00:47:36 PDT 2025


  Branch: refs/heads/users/ergawy/donot_assert_on_empty_teams_regions
  Home:   https://github.com/llvm/llvm-project
  Commit: 7da9a50ee9959fbc1ad59e70b482132f5ce04f6a
      https://github.com/llvm/llvm-project/commit/7da9a50ee9959fbc1ad59e70b482132f5ce04f6a
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-03-24 (Mon, 24 Mar 2025)

  Changed paths:
    M flang/lib/Optimizer/OpenMP/GenericLoopConversion.cpp
    M flang/test/Lower/OpenMP/loop-directive.f90

  Log Message:
  -----------
  [flang][OpenMP] Skip multi-block `teams` regions when processing `loop` directives

Fixes a regression when the generic `loop` directive conversion pass
encounters a multi-block `teams` region. At the moment, we skip such
regions.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list