[all-commits] [llvm/llvm-project] 654b3a: [flang][mlir] Add flang to mlir lowering for group...

Chaitanya via All-commits all-commits at lists.llvm.org
Thu Jun 11 23:33:31 PDT 2026


  Branch: refs/heads/users/skc7/group_pvt_mlir_flang_lowering
  Home:   https://github.com/llvm/llvm-project
  Commit: 654b3a3cfd769da3f46e1522228e1389609b0a4c
      https://github.com/llvm/llvm-project/commit/654b3a3cfd769da3f46e1522228e1389609b0a4c
  Author: skc7 <Krishna.Sankisa at amd.com>
  Date:   2026-06-12 (Fri, 12 Jun 2026)

  Changed paths:
    M flang/include/flang/Lower/OpenMP.h
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    R flang/test/Lower/OpenMP/Todo/groupprivate.f90
    A flang/test/Lower/OpenMP/groupprivate.f90

  Log Message:
  -----------
  [flang][mlir] Add flang to mlir lowering for groupprivate


  Commit: 975ad58f1e8f0d6e2de33bc7f146bc4cc642d0e7
      https://github.com/llvm/llvm-project/commit/975ad58f1e8f0d6e2de33bc7f146bc4cc642d0e7
  Author: skc7 <Krishna.Sankisa at amd.com>
  Date:   2026-06-12 (Fri, 12 Jun 2026)

  Changed paths:
    M flang/include/flang/Lower/AbstractConverter.h
    M flang/include/flang/Lower/OpenMP.h
    M flang/lib/Lower/Bridge.cpp
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    M flang/test/Lower/OpenMP/groupprivate.f90

  Log Message:
  -----------
  support device_type groupprivate lowering


  Commit: 2f59fe00ba7881c91aeda580f108e0f99ce94e12
      https://github.com/llvm/llvm-project/commit/2f59fe00ba7881c91aeda580f108e0f99ce94e12
  Author: skc7 <Krishna.Sankisa at amd.com>
  Date:   2026-06-12 (Fri, 12 Jun 2026)

  Changed paths:
    M flang/include/flang/Lower/AbstractConverter.h
    M flang/include/flang/Lower/OpenMP.h
    M flang/lib/Lower/OpenMP/OpenMP.cpp

  Log Message:
  -----------
  [flang][OpenMP] Replace OMPGroupprivateDeviceTypeInfo struct with a using alias


  Commit: ed00e5c90ed6c9a43351e237dd9f083db598d613
      https://github.com/llvm/llvm-project/commit/ed00e5c90ed6c9a43351e237dd9f083db598d613
  Author: skc7 <Krishna.Sankisa at amd.com>
  Date:   2026-06-12 (Fri, 12 Jun 2026)

  Changed paths:
    M flang/include/flang/Lower/OpenMP.h
    M flang/lib/Lower/OpenMP/OpenMP.cpp

  Log Message:
  -----------
  NFCcode changes


  Commit: bd5cac623a3b9d898ae8cb7c46f7b59aae645c32
      https://github.com/llvm/llvm-project/commit/bd5cac623a3b9d898ae8cb7c46f7b59aae645c32
  Author: skc7 <Krishna.Sankisa at amd.com>
  Date:   2026-06-12 (Fri, 12 Jun 2026)

  Changed paths:
    M flang/include/flang/Lower/AbstractConverter.h
    M flang/include/flang/Lower/OpenMP.h
    M flang/include/flang/Semantics/semantics.h
    M flang/lib/Lower/Bridge.cpp
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/lib/Semantics/semantics.cpp
    A flang/test/Lower/OpenMP/groupprivate-modfile.f90
    M flang/test/Lower/OpenMP/groupprivate.f90

  Log Message:
  -----------
  [flang][OpenMP] Propagate groupprivate device_type via .mod files


  Commit: c0bcb998f0838c56bbf36abb7243b56e2a7aa4dc
      https://github.com/llvm/llvm-project/commit/c0bcb998f0838c56bbf36abb7243b56e2a7aa4dc
  Author: skc7 <Krishna.Sankisa at amd.com>
  Date:   2026-06-12 (Fri, 12 Jun 2026)

  Changed paths:
    M flang/lib/Semantics/resolve-directives.cpp

  Log Message:
  -----------
  code-format fix


  Commit: e6db954e6021eefb9ce512c92d5771d007066df1
      https://github.com/llvm/llvm-project/commit/e6db954e6021eefb9ce512c92d5771d007066df1
  Author: skc7 <Krishna.Sankisa at amd.com>
  Date:   2026-06-12 (Fri, 12 Jun 2026)

  Changed paths:
    M flang/include/flang/Semantics/semantics.h
    M flang/include/flang/Semantics/symbol.h
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/lib/Semantics/semantics.cpp

  Log Message:
  -----------
  [flang][OpenMP] Store groupprivate device_type on symbol details


  Commit: 32088da987161f5457257ae37a9c06cd49079a22
      https://github.com/llvm/llvm-project/commit/32088da987161f5457257ae37a9c06cd49079a22
  Author: skc7 <Krishna.Sankisa at amd.com>
  Date:   2026-06-12 (Fri, 12 Jun 2026)

  Changed paths:
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    M flang/lib/Semantics/resolve-directives.cpp

  Log Message:
  -----------
  code-foramt fix


  Commit: b5e2436a7d3bbf9c3868dc68649b243396dfdd6c
      https://github.com/llvm/llvm-project/commit/b5e2436a7d3bbf9c3868dc68649b243396dfdd6c
  Author: skc7 <Krishna.Sankisa at amd.com>
  Date:   2026-06-12 (Fri, 12 Jun 2026)

  Changed paths:
    M flang/include/flang/Semantics/semantics.h
    M flang/include/flang/Semantics/symbol.h
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/lib/Semantics/symbol.cpp

  Log Message:
  -----------
  [flang][OpenMP] Handle groupprivate device_type like declare_target


  Commit: d956fecc4542169d9b8b16f8e4c3c3a8d4772e2c
      https://github.com/llvm/llvm-project/commit/d956fecc4542169d9b8b16f8e4c3c3a8d4772e2c
  Author: skc7 <Krishna.Sankisa at amd.com>
  Date:   2026-06-12 (Fri, 12 Jun 2026)

  Changed paths:
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/symbol.cpp

  Log Message:
  -----------
  code-format


  Commit: 1fd692f1d3310748a9f991e8325014265b97c994
      https://github.com/llvm/llvm-project/commit/1fd692f1d3310748a9f991e8325014265b97c994
  Author: skc7 <Krishna.Sankisa at amd.com>
  Date:   2026-06-12 (Fri, 12 Jun 2026)

  Changed paths:
    M flang/include/flang/Semantics/symbol.h
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/lib/Semantics/symbol.cpp

  Log Message:
  -----------
  [flang][OpenMP] Unify groupprivate device_type handling with declare_target


  Commit: 2258cad8cdafa650937e79ee4ed54d7fe8f0a9db
      https://github.com/llvm/llvm-project/commit/2258cad8cdafa650937e79ee4ed54d7fe8f0a9db
  Author: skc7 <Krishna.Sankisa at amd.com>
  Date:   2026-06-12 (Fri, 12 Jun 2026)

  Changed paths:
    M flang/include/flang/Semantics/symbol.h
    M flang/lib/Lower/OpenMP/OpenMP.cpp

  Log Message:
  -----------
  NFC changes


Compare: https://github.com/llvm/llvm-project/compare/02090d1c766f...2258cad8cdaf

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