[flang-commits] [PATCH] D138643: [flang][NFC] move genCallOpAndResult into new ConvertCall.cpp file

Jean Perier via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Nov 24 02:13:14 PST 2022


jeanPerier created this revision.
jeanPerier added a reviewer: clementval.
jeanPerier added a project: Flang.
Herald added subscribers: mehdi_amini, jdoerfert.
Herald added a reviewer: sscalpone.
Herald added a project: All.
jeanPerier requested review of this revision.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138643

Files:
  flang/include/flang/Lower/ConvertCall.h
  flang/lib/Lower/CMakeLists.txt
  flang/lib/Lower/ConvertCall.cpp
  flang/lib/Lower/ConvertExpr.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138643.477709.patch
Type: text/x-patch
Size: 43428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20221124/c247aefd/attachment-0001.bin>


More information about the flang-commits mailing list