[PATCH] D70456: [Matrix] Add first set of matrix intrinsics and initial lowering pass.

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 24 01:21:26 PST 2019


djtodoro added inline comments.


================
Comment at: llvm/docs/LangRef.rst:14507
+
+The '``llvm.matrix.columnwise.store.*``' intrinsic stores the matrix with
+<Rows> rows and <Cols> columns embedded in %In, using a stride of %Stride
----------------
fhahn wrote:
> djtodoro wrote:
> > It looks like this breaks the llvm-sphinx-docs build.
> thanks, I fixed the build errors for LLVM's docs in 5762648
Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70456





More information about the llvm-commits mailing list