[all-commits] [llvm/llvm-project] 10f780: [flang] Move `genCommonBlockMember` from OpenMP to...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Wed Dec 6 07:19:44 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 10f7801cff26732b9a757ed42a1e2b89021a61d8
      https://github.com/llvm/llvm-project/commit/10f7801cff26732b9a757ed42a1e2b89021a61d8
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2023-12-06 (Wed, 06 Dec 2023)

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

  Log Message:
  -----------
  [flang] Move `genCommonBlockMember` from OpenMP to ConvertVariable, NFC (#74488)

The function `genCommonBlockMember` is not specific to OpenMP, and it
could very well be a common utility. Move it to ConvertVariable.cpp
where it logically belongs.




More information about the All-commits mailing list