[PATCH] D77514: [mlir] Refactor and cleanup the translation facilities.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 5 13:53:50 PDT 2020


rriddle created this revision.
rriddle added a reviewer: mehdi_amini.
Herald added subscribers: llvm-commits, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, mgorny.
Herald added a project: LLVM.

This revision performs several cleanups on the translation infra:

- Removes the TranslateCLParser library and consolidates into Translation
  - This was a weird library that existed in Support, and didn't really justify being a standalone library.
- Cleans up the internal registration and consolidates all of the translation functions within one registry.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77514

Files:
  mlir/include/mlir/Translation.h
  mlir/lib/Support/CMakeLists.txt
  mlir/lib/Translation/CMakeLists.txt
  mlir/lib/Translation/Translation.cpp
  mlir/tools/mlir-translate/CMakeLists.txt
  mlir/tools/mlir-translate/mlir-translate.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77514.255196.patch
Type: text/x-patch
Size: 11266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200405/99ab406d/attachment-0001.bin>


More information about the llvm-commits mailing list