[PATCH] D77550: [Matrix] Add TileInfo abstraction for tiled matrix code-gen.

Adam Nemet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 10:10:59 PDT 2020


anemet added inline comments.


================
Comment at: llvm/include/llvm/Transforms/Utils/MatrixUtils.h:26
+
+struct TileInfo {
+  /// Number of rows of the matrix.
----------------
Please comment the purpose for this class


================
Comment at: llvm/include/llvm/Transforms/Utils/MatrixUtils.h:60
+
+  BasicBlock *CreateTiledLoops(BasicBlock *Start, BasicBlock *End,
+                               IRBuilder<> &B, DomTreeUpdater &DTU,
----------------
All of these need comments too


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77550





More information about the llvm-commits mailing list