[all-commits] [llvm/llvm-project] 035e12: [MLIR] [ODS] Allowing attr-dict in custom directive

John Demme via All-commits all-commits at lists.llvm.org
Tue Oct 27 18:26:00 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 035e12e66449576051fb0ac91ff84786f330ad95
      https://github.com/llvm/llvm-project/commit/035e12e66449576051fb0ac91ff84786f330ad95
  Author: John Demme <john.demme at microsoft.com>
  Date:   2020-10-28 (Wed, 28 Oct 2020)

  Changed paths:
    M mlir/docs/OpDefinitions.md
    M mlir/lib/Dialect/Async/IR/Async.cpp
    M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
    M mlir/test/lib/Dialect/Test/TestDialect.cpp
    M mlir/test/lib/Dialect/Test/TestOps.td
    M mlir/tools/mlir-tblgen/OpFormatGen.cpp

  Log Message:
  -----------
  [MLIR] [ODS] Allowing attr-dict in custom directive

Enhance tblgen's declarative assembly format to allow `attr-dict` in
custom directives.

Reviewed By: rriddle

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




More information about the All-commits mailing list