[all-commits] [llvm/llvm-project] 54ce34: Refactor mlir-opt setup in a new helper function (...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Sat Aug 15 13:09:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 54ce3443149ce3d1e743a0b1f60ff08136fca843
      https://github.com/llvm/llvm-project/commit/54ce3443149ce3d1e743a0b1f60ff08136fca843
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2020-08-15 (Sat, 15 Aug 2020)

  Changed paths:
    M mlir/examples/standalone/standalone-opt/standalone-opt.cpp
    M mlir/include/mlir/Support/MlirOptMain.h
    M mlir/lib/Support/MlirOptMain.cpp
    M mlir/tools/mlir-opt/mlir-opt.cpp

  Log Message:
  -----------
  Refactor mlir-opt setup in a new helper function (NFC)

This will help refactoring some of the tools to prepare for the explicit registration of
Dialects.

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




More information about the All-commits mailing list