[PATCH] D118636: [mlir] Split out AttrDef/TypeDef and pattern constructs from OpBase.td
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 15 00:51:08 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1d7120c69a9b: [mlir] Split out AttrDef/TypeDef and pattern constructs from OpBase.td (authored by rriddle).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118636/new/
https://reviews.llvm.org/D118636
Files:
flang/include/flang/Optimizer/Dialect/CanonicalizationPatterns.td
flang/include/flang/Optimizer/Dialect/FIRTypes.td
llvm/include/llvm/TableGen/Record.h
llvm/lib/TableGen/Record.cpp
mlir/examples/toy/Ch3/mlir/ToyCombine.td
mlir/examples/toy/Ch4/mlir/ToyCombine.td
mlir/examples/toy/Ch5/mlir/ToyCombine.td
mlir/examples/toy/Ch6/mlir/ToyCombine.td
mlir/examples/toy/Ch7/mlir/ToyCombine.td
mlir/include/mlir/Dialect/Async/IR/AsyncTypes.td
mlir/include/mlir/Dialect/EmitC/IR/EmitCAttributes.td
mlir/include/mlir/Dialect/EmitC/IR/EmitCTypes.td
mlir/include/mlir/Dialect/LLVMIR/LLVMAttrDefs.td
mlir/include/mlir/Dialect/PDL/IR/PDLTypes.td
mlir/include/mlir/Dialect/SparseTensor/IR/SparseTensorAttrDefs.td
mlir/include/mlir/IR/AttrTypeBase.td
mlir/include/mlir/IR/BuiltinAttributes.td
mlir/include/mlir/IR/BuiltinLocationAttributes.td
mlir/include/mlir/IR/BuiltinTypes.td
mlir/include/mlir/IR/EnumAttr.td
mlir/include/mlir/IR/OpBase.td
mlir/include/mlir/IR/PatternBase.td
mlir/lib/Conversion/GPUToNVVM/GPUToNVVM.td
mlir/lib/Conversion/GPUToROCDL/GPUToROCDL.td
mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.td
mlir/lib/Dialect/Arithmetic/IR/ArithmeticCanonicalization.td
mlir/lib/Dialect/SPIRV/IR/SPIRVCanonicalization.td
mlir/lib/Dialect/Shape/IR/ShapeCanonicalization.td
mlir/test/lib/Dialect/Test/TestAttrDefs.td
mlir/test/lib/Dialect/Test/TestOps.td
mlir/test/mlir-tblgen/attr-or-type-format-invalid.td
mlir/test/mlir-tblgen/attr-or-type-format.td
mlir/test/mlir-tblgen/attrdefs.td
mlir/test/mlir-tblgen/default-type-attr-print-parser.td
mlir/test/mlir-tblgen/expect-symbol.td
mlir/test/mlir-tblgen/op-attribute.td
mlir/test/mlir-tblgen/op-decl-and-defs.td
mlir/test/mlir-tblgen/rewriter-errors.td
mlir/test/mlir-tblgen/rewriter-indexing.td
mlir/test/mlir-tblgen/rewriter-static-matcher.td
mlir/test/mlir-tblgen/typedefs.td
mlir/test/python/python_test_ops.td
mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp
mlir/tools/mlir-tblgen/OpDocGen.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118636.415346.patch
Type: text/x-patch
Size: 72728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220315/a30a3c4f/attachment-0001.bin>
More information about the llvm-commits
mailing list