[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
Mon Jan 31 10:58:19 PST 2022


rriddle created this revision.
Herald added subscribers: awarzynski, sdasgup3, wenzhicui, wrengr, Chia-hungDuan, mstorsjo, dcaballe, cota, teijeong, rdzhabarov, tatianashp, ThomasRaoux, jdoerfert, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, csigg, antiagainst, shauheen, mravishankar, mehdi_amini, arphaman, bollu, hiraditya, jholewinski.
Herald added a reviewer: antiagainst.
Herald added a reviewer: antiagainst.
Herald added a reviewer: ftynse.
Herald added a reviewer: aaron.ballman.
Herald added a reviewer: aartbik.
Herald added a project: Flang.
rriddle requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a reviewer: herhut.
Herald added projects: MLIR, LLVM.

OpBase.td has formed into a huge monolith of all ODS constructs. This
commits starts to rectify that by splitting out some constructs to their
own .td files.


Repository:
  rG LLVM Github Monorepo

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.404617.patch
Type: text/x-patch
Size: 66887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220131/486f6a08/attachment.bin>


More information about the llvm-commits mailing list