[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 18:03:36 PDT 2020


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

Formatting


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.260193.patch
Type: text/x-patch
Size: 35381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200427/e16dce9b/attachment-0001.bin>


More information about the llvm-commits mailing list