1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test/Transforms/LowerMatrixIntrinsics
Florian Hahn 82f4f75f07 [Matrix] Add option to use row-major matrix layout as default.
This patch adds a -matrix-default-layout option which can be used to
set the default matrix layout to row-major or column-major (default).

The initial patch updates codegen for loads, stores, binary operators
and matrix multiply.

Reviewers: anemet, Gerolf, andrew.w.kaylor, LuoYuanke

Reviewed By: anemet

Differential Revision: https://reviews.llvm.org/D76325
2020-04-06 10:00:56 +01:00
..
bigger-expressions-double.ll [Matrix] Propagate and use shape information for loads. 2020-01-09 10:21:20 +00:00
const-gep.ll [Matrix] Add new test case with getelementptr constant exprs. 2020-04-01 09:32:13 +01:00
multiply-add-sub-double-row-major.ll [Matrix] Add option to use row-major matrix layout as default. 2020-04-06 10:00:56 +01:00
multiply-double-contraction-fmf.ll [Matrix] Use fmuladd for matrix.multiply if allowed. 2019-12-23 14:49:14 +01:00
multiply-double-contraction.ll [Matrix] Use fmuladd for matrix.multiply if allowed. 2019-12-23 14:49:14 +01:00
multiply-double-row-major.ll [Matrix] Add option to use row-major matrix layout as default. 2020-04-06 10:00:56 +01:00
multiply-double.ll
multiply-float-contraction-fmf.ll [Matrix] Use fmuladd for matrix.multiply if allowed. 2019-12-23 14:49:14 +01:00
multiply-float-contraction.ll [Matrix] Use fmuladd for matrix.multiply if allowed. 2019-12-23 14:49:14 +01:00
multiply-float.ll
multiply-fused-multiple-blocks.ll [Matrix] Add option to use row-major matrix layout as default. 2020-04-06 10:00:56 +01:00
multiply-fused.ll [Matrix] Add initial tiling for load/multiply/store chains. 2020-04-06 09:28:15 +01:00
multiply-i32-row-major.ll [Matrix] Add option to use row-major matrix layout as default. 2020-04-06 10:00:56 +01:00
multiply-i32.ll
propagate-backward.ll [Matrix] Propagate and use shape information for loads. 2020-01-09 10:21:20 +00:00
propagate-backwards-unsupported.ll [Matrix] Implement back-propagation of shape information. 2020-01-09 09:48:07 +00:00
propagate-forward.ll [Matrix] Propagate and use shape info for binary operators. 2019-12-27 15:50:47 +00:00
propagate-mixed-users.ll
propagate-multiple-iterations.ll [Matrix] Update shape propagation to iterate until done. 2020-01-09 10:52:52 +00:00
remarks-inlining.ll [Matrix] Add remark propagation along the inlined-at chain. 2020-03-11 17:40:08 +00:00
remarks-shared-subtrees.ll [Matrix] Mark expressions shared between multiple remarks. 2020-01-28 09:27:55 -08:00
remarks.ll [Matrix] Add remark propagation along the inlined-at chain. 2020-03-11 17:40:08 +00:00
strided-load-double.ll [Matrix] Mark matrix memory intrinsics as argmemonly/write|read mem. 2020-02-04 12:32:45 +00:00
strided-load-float.ll
strided-load-i32.ll
strided-store-double.ll [Matrix] Mark matrix memory intrinsics as argmemonly/write|read mem. 2020-02-04 12:32:45 +00:00
strided-store-float.ll
strided-store-i32.ll
transpose-double.ll
transpose-float.ll
transpose-i32.ll