[all-commits] [llvm/llvm-project] cfc486: [flang][NFC] Move Procedure designator lowering in...

jeanPerier via All-commits all-commits at lists.llvm.org
Wed Feb 8 03:48:15 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cfc486002117f2759d624a47856ec487e1a77735
      https://github.com/llvm/llvm-project/commit/cfc486002117f2759d624a47856ec487e1a77735
  Author: Jean Perier <jperier at nvidia.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
    A flang/include/flang/Lower/ConvertProcedureDesignator.h
    M flang/lib/Lower/CMakeLists.txt
    M flang/lib/Lower/ConvertExpr.cpp
    A flang/lib/Lower/ConvertProcedureDesignator.cpp

  Log Message:
  -----------
  [flang][NFC] Move Procedure designator lowering in its own file

Code move without any change, the goal is to re-use this piece of
code for procedure designator lowering in HLFIR since there is no
significant changes in the way procedure designators will be
lowered.

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




More information about the All-commits mailing list