[PATCH] D81308: [Matrix] Use TileInfo to create tiled loop nest for matrix multiply.

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 6 22:24:37 PDT 2020


LuoYuanke added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp:1196
+
+    Builder.SetInsertPoint(TI.RowLoopHeader->getTerminator());
+    Type *TileVecTy =
----------------
Line 1194 and 1196 seems unnecessary. The insert point is specified in line 1202.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81308





More information about the llvm-commits mailing list