[all-commits] [llvm/llvm-project] 011b2a: [flang][NFC] move genCallOpAndResult into new Conv...

jeanPerier via All-commits all-commits at lists.llvm.org
Thu Nov 24 03:39:39 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 011b2af0f43aa888f843ce4011d947b80145bac5
      https://github.com/llvm/llvm-project/commit/011b2af0f43aa888f843ce4011d947b80145bac5
  Author: Jean Perier <jperier at nvidia.com>
  Date:   2022-11-24 (Thu, 24 Nov 2022)

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

  Log Message:
  -----------
  [flang][NFC] move genCallOpAndResult into new ConvertCall.cpp file

Move genCallOpAndResult from ConvertExpr.cpp into a new file so that
it can be shared with lowering to FIR and HLFIR during the transition.
After the transition, call lowering to HLFIR will be implemented in
this new file.

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




More information about the All-commits mailing list