[all-commits] [llvm/llvm-project] 167e7e: [flang][OpenMP] Identify DO loops affected by loop...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Thu Apr 16 05:20:36 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 167e7e76d6bdb347d6c06294f6ad00ce9821aaaa
      https://github.com/llvm/llvm-project/commit/167e7e76d6bdb347d6c06294f6ad00ce9821aaaa
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2026-04-16 (Thu, 16 Apr 2026)

  Changed paths:
    M flang/include/flang/Semantics/openmp-utils.h
    M flang/lib/Semantics/openmp-utils.cpp
    M flang/lib/Semantics/resolve-directives.cpp
    A flang/test/Semantics/OpenMP/affected-loops.f90

  Log Message:
  -----------
  [flang][OpenMP] Identify DO loops affected by loop-associated construct (#191719)

This is to identify iteration variables of DO loops affected by an
OpenMP loop construct. These variables are privatized as per
data-sharing rules.

Issue: https://github.com/llvm/llvm-project/issues/191249



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