[PATCH] D78226: [MLIR] Improve support for 0-dimensional Affine Maps.

Frank Laub via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 12:03:46 PDT 2020


flaub added inline comments.


================
Comment at: mlir/lib/Dialect/Vector/VectorTransforms.cpp:1351
     }
     // The (...) -> () affine map has its own factory method.
+    return AffineMap::get(map.getNumDims() - 1, 0, results, ctx);
----------------
This comment appears obsolete.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78226





More information about the llvm-commits mailing list