[PATCH] D76889: [MLIR][Vector] Add support for TupleGetOp folding through InsertSlicesOp and ExtractSlicesOp.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 15:47:29 PDT 2020


rriddle added inline comments.


================
Comment at: mlir/lib/Dialect/Vector/VectorTransforms.cpp:677
 
+// Returns the producer Value of the same type as 'consumerValue', by tracking
+// the tuple index and offsets of the consumer vector value through the
----------------
rriddle wrote:
> nit: // -> ///
Sorry, meant ///. (The formatting messed up here) 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76889





More information about the llvm-commits mailing list