[all-commits] [llvm/llvm-project] e45840: [mlir][PDL] Use ODS for defining PDL types
River Riddle via All-commits
all-commits at lists.llvm.org
Fri Jan 8 12:45:19 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e45840f4af46df0f8be92790b45f9432cf8ba19e
https://github.com/llvm/llvm-project/commit/e45840f4af46df0f8be92790b45f9432cf8ba19e
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-01-08 (Fri, 08 Jan 2021)
Changed paths:
M mlir/include/mlir/Dialect/PDL/IR/PDL.h
R mlir/include/mlir/Dialect/PDL/IR/PDLBase.td
A mlir/include/mlir/Dialect/PDL/IR/PDLDialect.td
A mlir/include/mlir/Dialect/PDL/IR/PDLOps.h
M mlir/include/mlir/Dialect/PDL/IR/PDLOps.td
M mlir/include/mlir/Dialect/PDL/IR/PDLTypes.h
A mlir/include/mlir/Dialect/PDL/IR/PDLTypes.td
M mlir/include/mlir/Dialect/PDLInterp/IR/PDLInterp.h
M mlir/include/mlir/Dialect/PDLInterp/IR/PDLInterpOps.td
M mlir/lib/Conversion/PDLToPDLInterp/PredicateTree.h
M mlir/lib/Dialect/PDL/IR/PDL.cpp
M mlir/lib/Rewrite/FrozenRewritePatternList.cpp
Log Message:
-----------
[mlir][PDL] Use ODS for defining PDL types
This removes the need to define these classes and their parser/printers in C++.
Differential Revision: https://reviews.llvm.org/D94135
More information about the All-commits
mailing list