[PATCH] D133625: [mlir][MemRef] Simplify extract_strided_metadata(expand_shape)

lorenzo chelini via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 00:55:09 PDT 2022


chelini added inline comments.


================
Comment at: mlir/test/Dialect/MemRef/simplify-extract-strided-metadata.mlir:317
+//          = 1 * 2
+//          = 1
+// stride 4 = baseStrides#1
----------------



================
Comment at: mlir/test/Dialect/MemRef/simplify-extract-strided-metadata.mlir:370
+// dimensions produced by the expand_shape appear both in the first dimension
+// (for group 1) and the the non-first dimension (second dimension for group 2.)
+// The idea is to make sure that:
----------------
repeated `the`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133625



More information about the llvm-commits mailing list