[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 21:47:17 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4dfd1b5fcb73: [mlir] Optimize operand storage such that all operations can have resizable… (authored by rriddle).
Changed prior to commit:
https://reviews.llvm.org/D78875?vs=260193&id=260214#toc
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.260214.patch
Type: text/x-patch
Size: 35391 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200427/143f4eeb/attachment-0001.bin>
More information about the llvm-commits
mailing list