[PATCH] D78875: [mlir] Optimize operand storage such that all operations can have resizable operand lists

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 26 13:16:38 PDT 2020


rriddle updated this revision to Diff 260179.
rriddle added a comment.

Remove the need for OpOperand copy constructor.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78875

Files:
  mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
  mlir/include/mlir/IR/OpBase.td
  mlir/include/mlir/IR/Operation.h
  mlir/include/mlir/IR/OperationSupport.h
  mlir/include/mlir/TableGen/Operator.h
  mlir/lib/Dialect/Affine/IR/AffineOps.cpp
  mlir/lib/Dialect/Affine/Transforms/SuperVectorize.cpp
  mlir/lib/IR/Operation.cpp
  mlir/lib/IR/OperationSupport.cpp
  mlir/lib/Parser/Parser.cpp
  mlir/lib/TableGen/Operator.cpp
  mlir/lib/Transforms/Utils/Utils.cpp
  mlir/test/mlir-tblgen/op-operand.td
  mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
  mlir/tools/mlir-tblgen/OpFormatGen.cpp
  mlir/unittests/IR/OperationSupportTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78875.260179.patch
Type: text/x-patch
Size: 35639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200426/9ae9d6eb/attachment.bin>


More information about the llvm-commits mailing list