[all-commits] [llvm/llvm-project] 62df4d: [mlir-tblgen] Minor Refactor for StaticVerifierFun...

ChiaHungDuan via All-commits all-commits at lists.llvm.org
Thu Aug 12 13:54:08 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 62df4df41c939205b2dc0a2a3bfb75b8c1ed74fa
      https://github.com/llvm/llvm-project/commit/62df4df41c939205b2dc0a2a3bfb75b8c1ed74fa
  Author: Chia-hung Duan <chiahungduan at google.com>
  Date:   2021-08-12 (Thu, 12 Aug 2021)

  Changed paths:
    M mlir/include/mlir/TableGen/CodeGenHelpers.h
    M mlir/tools/mlir-tblgen/CMakeLists.txt
    A mlir/tools/mlir-tblgen/CodeGenHelpers.cpp
    M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp

  Log Message:
  -----------
  [mlir-tblgen] Minor Refactor for StaticVerifierFunctionEmitter.

Move StaticVerifierFunctionEmitter to CodeGenHelper.h so that it can be
used for both ODS and DRR.

Reviewed By: jpienaar

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




More information about the All-commits mailing list