[PATCH] D75317: [mlir] Automatically populate `operand_segment_sizes` in the auto-generated build methods.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 16:47:25 PST 2020


rriddle created this revision.
rriddle added a reviewer: antiagainst.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, nicolasvasilache, shauheen, burmako, jpienaar, mehdi_amini.
Herald added a reviewer: nicolasvasilache.
Herald added a project: LLVM.
rriddle added a child revision: D75318: [mlir] Remove successor operands from the Operation class.

This greatly simplifies the requirements for builders using this mechanism for managing variadic operands.

Depends On D75316 <https://reviews.llvm.org/D75316>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75317

Files:
  mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
  mlir/include/mlir/Dialect/VectorOps/VectorOps.td
  mlir/lib/Dialect/StandardOps/IR/Ops.cpp
  mlir/test/mlir-tblgen/op-result.td
  mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75317.247134.patch
Type: text/x-patch
Size: 5162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200228/03bbda34/attachment-0001.bin>


More information about the llvm-commits mailing list