[all-commits] [llvm/llvm-project] 032743: [mlir] Add support for the attribute verifiers in ...

River Riddle via All-commits all-commits at lists.llvm.org
Mon Mar 16 18:35:01 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 032743e18f2bd9b44fd46061f3c9eeb9cdd0061c
      https://github.com/llvm/llvm-project/commit/032743e18f2bd9b44fd46061f3c9eeb9cdd0061c
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-03-16 (Mon, 16 Mar 2020)

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

  Log Message:
  -----------
  [mlir] Add support for the attribute verifiers in the dialect declaration generator.

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

Differential Revision: https://reviews.llvm.org/D76254




More information about the All-commits mailing list