[all-commits] [llvm/llvm-project] 74d44c: [mlir] Refactor and cleanup the translation facili...

River Riddle via All-commits all-commits at lists.llvm.org
Sun Apr 5 16:25:55 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 74d44c43e8caa5d325106b0587ea030360ed01c9
      https://github.com/llvm/llvm-project/commit/74d44c43e8caa5d325106b0587ea030360ed01c9
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-04-05 (Sun, 05 Apr 2020)

  Changed paths:
    R mlir/include/mlir/Support/TranslateClParser.h
    M mlir/include/mlir/Translation.h
    M mlir/lib/Support/CMakeLists.txt
    R mlir/lib/Support/TranslateClParser.cpp
    M mlir/lib/Translation/CMakeLists.txt
    M mlir/lib/Translation/Translation.cpp
    M mlir/tools/mlir-translate/CMakeLists.txt
    M mlir/tools/mlir-translate/mlir-translate.cpp

  Log Message:
  -----------
  [mlir] Refactor and cleanup the translation facilities.

Summary:
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.

Differential Revision: https://reviews.llvm.org/D77514




More information about the All-commits mailing list