[all-commits] [llvm/llvm-project] 1b2e35: Revert "[mlir] Add extensible dialects"

Andrzej WarzyƄski via All-commits all-commits at lists.llvm.org
Thu Mar 3 02:31:13 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b2e35e4d484e5ec6bbc71d333427aae2e30e4de
      https://github.com/llvm/llvm-project/commit/1b2e35e4d484e5ec6bbc71d333427aae2e30e4de
  Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
    R mlir/docs/ExtensibleDialects.md
    M mlir/include/mlir/IR/AttributeSupport.h
    M mlir/include/mlir/IR/Dialect.h
    R mlir/include/mlir/IR/ExtensibleDialect.h
    M mlir/include/mlir/IR/OpBase.td
    M mlir/include/mlir/IR/TypeSupport.h
    M mlir/include/mlir/TableGen/Dialect.h
    M mlir/lib/IR/CMakeLists.txt
    R mlir/lib/IR/ExtensibleDialect.cpp
    M mlir/lib/TableGen/Dialect.cpp
    R mlir/test/IR/dynamic.mlir
    M mlir/test/lib/Dialect/Test/TestAttributes.cpp
    M mlir/test/lib/Dialect/Test/TestDialect.cpp
    M mlir/test/lib/Dialect/Test/TestDialect.h
    M mlir/test/lib/Dialect/Test/TestDialect.td
    M mlir/test/lib/Dialect/Test/TestTypes.cpp
    M mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp
    M mlir/tools/mlir-tblgen/DialectGen.cpp

  Log Message:
  -----------
  Revert "[mlir] Add extensible dialects"

This reverts commit dbe9f0914fcfd8444fd9656821af0f1a34a27e7a.

The flang-x86_64-windows buildbot has been failing since this has been merged:
* https://lab.llvm.org/buildbot/#/builders/172/builds/9124
Similar failure was reported by the pre-commit CI.




More information about the All-commits mailing list