[PATCH] D81287: [flang] Add ComplexExpr code for lowering

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 5 11:45:23 PDT 2020


schweitz created this revision.
schweitz added reviewers: jeanPerier, sscalpone, kiranchandramohan.
schweitz added a project: Flang.
Herald added subscribers: llvm-commits, aartbik, mgorny.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.

  [flang] Add the complex expression helper class.
  
  The complex expression helper class can be used to generate small,
  short-lived instances of a "helper" that can be used to aid the
  construction of complex expressions in FIR. The helper class bundles
  together these functionally related operations.
  
  Included in this diff is the header for the FIR builder. The
  implementation has other dependences and will follow.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81287

Files:
  flang/include/flang/Lower/ComplexExpr.h
  flang/include/flang/Lower/FIRBuilder.h
  flang/lib/Lower/CMakeLists.txt
  flang/lib/Lower/ComplexExpr.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81287.268890.patch
Type: text/x-patch
Size: 14759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200605/02a3ec30/attachment.bin>


More information about the llvm-commits mailing list