[all-commits] [llvm/llvm-project] 642453: [flang][OpenMP] Mark atomic clauses as unique (#13...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Mon Apr 28 06:12:42 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 642453c6bab896f792fa86a61837ea32ae46ae48
      https://github.com/llvm/llvm-project/commit/642453c6bab896f792fa86a61837ea32ae46ae48
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-04-28 (Mon, 28 Apr 2025)

  Changed paths:
    M llvm/include/llvm/Frontend/OpenMP/OMP.td

  Log Message:
  -----------
  [flang][OpenMP] Mark atomic clauses as unique (#137460)

The current implementation of the ATOMIC construct handles these clauses
individually, and this change does not have an observable effect. At the
same time these clauses are unique as per the OpenMP spec, and this
patch reflects that in the OMP.td file.



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