[all-commits] [llvm/llvm-project] 475bbe: [mlir] Complety remove old `fold` API
zero9178 via All-commits
all-commits at lists.llvm.org
Wed Feb 22 12:20:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 475bbea5be04146bb9cdd3e0f3c7bc328c744d50
https://github.com/llvm/llvm-project/commit/475bbea5be04146bb9cdd3e0f3c7bc328c744d50
Author: Markus Böck <markus.boeck02 at gmail.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M mlir/include/mlir/IR/DialectBase.td
M mlir/include/mlir/IR/OpDefinition.h
M mlir/include/mlir/TableGen/Dialect.h
M mlir/lib/TableGen/Dialect.cpp
R mlir/test/mlir-tblgen/has-fold-invalid-values.td
M mlir/test/mlir-tblgen/op-decl-and-defs.td
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
Log Message:
-----------
[mlir] Complety remove old `fold` API
Last part of https://discourse.llvm.org/t/rfc-a-better-fold-api-using-more-generic-adaptors/67374
All active users that I am aware of have already switched. Any remaining users will be forced to adopt their code after this patch has landed.
Differential Revision: https://reviews.llvm.org/D144391
More information about the All-commits
mailing list