[PATCH] D82268: [flang] finish adding AbstractConverter.h

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 20 16:57:33 PDT 2020


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

  This adds the abstract converter interface. The abstract converter is an
  interface that supports the conversion of front-end data structures to
  MLIR. This interface will be instantiated by the bridge in a future
  commit.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82268

Files:
  flang/include/flang/Lower/AbstractConverter.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82268.272277.patch
Type: text/x-patch
Size: 5082 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200620/ca32d08d/attachment.bin>


More information about the llvm-commits mailing list