[PATCH] D76254: [mlir] Add support for the attribute verifiers in the dialect declaration generator.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 16 14:46:33 PDT 2020


rriddle created this revision.
rriddle added reviewers: antiagainst, jpienaar.
Herald added subscribers: llvm-commits, bader, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, csigg, nicolasvasilache, shauheen, burmako, mehdi_amini, mgorny.
Herald added a reviewer: mravishankar.
Herald added a reviewer: herhut.
Herald added a project: LLVM.

This adds bitfields that map to the dialect attribute verifier hooks. This also moves over the Test dialect to have its declaration generated.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76254

Files:
  mlir/include/mlir/Dialect/GPU/GPUOps.td
  mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
  mlir/include/mlir/Dialect/SPIRV/SPIRVBase.td
  mlir/include/mlir/IR/OpBase.td
  mlir/include/mlir/TableGen/Dialect.h
  mlir/lib/TableGen/Dialect.cpp
  mlir/test/lib/TestDialect/CMakeLists.txt
  mlir/test/lib/TestDialect/TestDialect.cpp
  mlir/test/lib/TestDialect/TestDialect.h
  mlir/test/lib/TestDialect/TestOps.td
  mlir/tools/mlir-tblgen/DialectGen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76254.250633.patch
Type: text/x-patch
Size: 10661 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200316/1cb541e3/attachment.bin>


More information about the llvm-commits mailing list