[PATCH] D76324: [Matrix] Generalize ColumnMatrixTy to MatrixTy (NFC).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 17 14:35:20 PDT 2020
fhahn created this revision.
fhahn added reviewers: Gerolf, anemet, andrew.w.kaylor, LuoYuanke.
Herald added subscribers: tschuett, hiraditya.
Herald added a project: LLVM.
This patch sets the stage for supporting both row and column major
layouts for matrixes. It renames ColumnMatrixTy to MatrixTy, adds
booleans indicating the underlying layout to both MatrixTy and ShapeInfo
and generalizes the methods of MatrixTy to support both row and column
major layouts.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D76324
Files:
llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76324.250896.patch
Type: text/x-patch
Size: 10514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200317/3c021702/attachment.bin>
More information about the llvm-commits
mailing list