[all-commits] [llvm/llvm-project] 13ed69: [MLIR] Unique autogenerated file for tablegen passes

Michele Scuttari via All-commits all-commits at lists.llvm.org
Tue Aug 30 00:53:18 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 13ed6958df40b85fcc80250bb3f819863904ecee
      https://github.com/llvm/llvm-project/commit/13ed6958df40b85fcc80250bb3f819863904ecee
  Author: Michele Scuttari <michele.scuttari at outlook.com>
  Date:   2022-08-30 (Tue, 30 Aug 2022)

  Changed paths:
    M mlir/docs/PassManagement.md
    M mlir/tools/mlir-tblgen/PassGen.cpp
    M mlir/unittests/TableGen/CMakeLists.txt
    M mlir/unittests/TableGen/PassGenTest.cpp

  Log Message:
  -----------
  [MLIR] Unique autogenerated file for tablegen passes

Being the generated code macro-guarded, the autogenerated `.cpp.inc` file has been merged into the `.h.inc` to reduce the build steps.

Reviewed By: mehdi_amini, rriddle

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




More information about the All-commits mailing list