[all-commits] [llvm/llvm-project] 416525: [flang][OpenMP] Semantic checks for DOACROSS clause

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Thu Nov 7 15:28:17 PST 2024


  Branch: refs/heads/users/kparzysz/spr/d02-flang-doacross-sema
  Home:   https://github.com/llvm/llvm-project
  Commit: 4165254e8c4a7b572e741cb62d632b462537dc0f
      https://github.com/llvm/llvm-project/commit/4165254e8c4a7b572e741cb62d632b462537dc0f
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2024-11-07 (Thu, 07 Nov 2024)

  Changed paths:
    M flang/lib/Lower/OpenMP/Clauses.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    M flang/lib/Semantics/resolve-directives.cpp
    A flang/test/Lower/OpenMP/Todo/ordered.f90
    A flang/test/Semantics/OpenMP/doacross.f90
    M flang/test/Semantics/OpenMP/ordered01.f90
    M flang/test/Semantics/OpenMP/ordered03.f90

  Log Message:
  -----------
  [flang][OpenMP] Semantic checks for DOACROSS clause

Keep track of loop constructs and OpenMP loop constructs that have
been entered. Use the information to validate the variables in the
SINK loop iteration vector.



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