[all-commits] [llvm/llvm-project] a58544: [flang][OpenMP] Move check of ALIGN clause to visi...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Tue Oct 21 06:03:08 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a58544890310593c08f3887d84014d9f95a06667
      https://github.com/llvm/llvm-project/commit/a58544890310593c08f3887d84014d9f95a06667
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-10-21 (Tue, 21 Oct 2025)

  Changed paths:
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    A flang/test/Semantics/OpenMP/align-clause.f90

  Log Message:
  -----------
  [flang][OpenMP] Move check of ALIGN clause to visitor function (#164261)

This replaces CheckAlignValue with an Enter function, and adds a check
that the alignment is a power of 2.



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