[all-commits] [llvm/llvm-project] 2c3ded: [flang][OpenMP] Support for common block in copyin...

NimishMishra via All-commits all-commits at lists.llvm.org
Sun Aug 20 21:34:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2c3ded64bb8b352b06697ba267e93c7ed7dbec23
      https://github.com/llvm/llvm-project/commit/2c3ded64bb8b352b06697ba267e93c7ed7dbec23
  Author: Nimish Mishra <neelam.nimish at gmail.com>
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
    M flang/lib/Lower/OpenMP.cpp
    M flang/test/Lower/OpenMP/copyin.f90

  Log Message:
  -----------
  [flang][OpenMP] Support for common block in copyin clause

This patch adds lowering support for threadprivate
variables encapsulated in a common block and
marked inside a copyin clause.

Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D157083




More information about the All-commits mailing list