[PATCH] D76020: [mlir] Add a new `ConstantLike` trait to better identify operations that represent a "constant".

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 12 11:56:24 PDT 2020


rriddle updated this revision to Diff 250006.
rriddle marked 4 inline comments as done.
rriddle added a comment.

Resolve comments


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76020/new/

https://reviews.llvm.org/D76020

Files:
  mlir/examples/toy/Ch7/include/toy/Ops.td
  mlir/include/mlir/Dialect/SPIRV/SPIRVStructureOps.td
  mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
  mlir/include/mlir/IR/Matchers.h
  mlir/include/mlir/IR/OpBase.td
  mlir/include/mlir/IR/OpDefinition.h
  mlir/lib/IR/Builders.cpp
  mlir/lib/Transforms/Utils/FoldUtils.cpp
  mlir/test/Dialect/Linalg/invalid.mlir
  mlir/test/IR/traits.mlir
  mlir/test/mlir-tblgen/op-decl.td
  mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76020.250006.patch
Type: text/x-patch
Size: 10004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200312/64584258/attachment.bin>


More information about the llvm-commits mailing list