[PATCH] D70456: [Matrix] Add first set of matrix intrinsics and initial lowering pass.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 23 13:00:29 PST 2019
fhahn marked an inline comment as done.
fhahn 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
----------------
djtodoro wrote:
> It looks like this breaks the llvm-sphinx-docs build.
thanks, I fixed the build errors for LLVM's docs in 5762648
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