[PATCH] D83107: [flang] Add FIR builder

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 2 18:22:09 PDT 2020


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

  The FIR builder is a helper class that manages the creation of MLIR
  operations from the bridge. The focus of the builder is the creation of
  Operations, Types, etc.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83107

Files:
  flang/lib/Lower/CMakeLists.txt
  flang/lib/Lower/FIRBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83107.275269.patch
Type: text/x-patch
Size: 8115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200703/c7dfaba2/attachment.bin>


More information about the llvm-commits mailing list