[PATCH] D73213: [mlir] [VectorOps] Implement vector tuple get folding

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 11:46:52 PST 2020


rriddle requested changes to this revision.
rriddle added inline comments.
This revision now requires changes to proceed.


================
Comment at: mlir/lib/Dialect/VectorOps/VectorOps.cpp:1686
+
+class TupleGetFolder : public OpRewritePattern<TupleGetOp> {
+public:
----------------
Like I said before this should be a fold.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73213





More information about the llvm-commits mailing list