[all-commits] [llvm/llvm-project] bc99d5: [NFC][Flang][OpenMP] Refactor getting ompobject sy...

PeixinQiao via All-commits all-commits at lists.llvm.org
Wed Jun 8 09:29:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bc99d56589d86fbd7280b525d0889ca591012a6f
      https://github.com/llvm/llvm-project/commit/bc99d56589d86fbd7280b525d0889ca591012a6f
  Author: PeixinQiao <qiaopeixin at huawei.com>
  Date:   2022-06-09 (Thu, 09 Jun 2022)

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

  Log Message:
  -----------
  [NFC][Flang][OpenMP] Refactor getting ompobject symbol

Getting ompobject symbol is needed in multiple places and will be
needed later for the lowering of other constructs/clauses such as
copyin clause. Extract them into one function.

Reviewed By: kiranchandramohan

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




More information about the All-commits mailing list