[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 02:38:57 PDT 2020
rriddle updated this revision to Diff 260154.
rriddle added a comment.
Fix a few typos
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/IR/UseDefLists.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.260154.patch
Type: text/x-patch
Size: 35943 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200426/0109b10a/attachment-0001.bin>
More information about the llvm-commits
mailing list