[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
Mon Dec 23 06:03:17 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
----------------
It looks like this breaks the llvm-sphinx-docs build.


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