[PATCH] D72310: [mlir][VectorOps] Implement strided_slice conversion
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 7 17:05:14 PST 2020
rriddle requested changes to this revision.
rriddle added inline comments.
This revision now requires changes to proceed.
================
Comment at: mlir/include/mlir/IR/Attributes.h:1453
+ using reference = UnderlyingTy;
+ explicit attr_value_iterator(ArrayAttr::iterator it)
+ : llvm::mapped_iterator<ArrayAttr::iterator, UnderlyingTy (*)(Attribute)>(
----------------
This needs more work. Will try to respond by end of day.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72310/new/
https://reviews.llvm.org/D72310
More information about the llvm-commits
mailing list