1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/Transforms/LowerMatrixIntrinsics
Florian Hahn ded006d0d9 [Matrix] Use TileInfo to create tiled loop nest for matrix multiply.
This patch uses the TileInfo introduced in D77550 to generate a loop
nest for tiled matrix multiplication, instead of generating the
unrolled code for the whole multiplication. This makes code-generation
more scalable for larger matrixes.

Initially loops are only used if both the number of rows and columns are
divisible by the tile size. Other cases will be added as follow-up.

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

Reviewed By: anemet

Differential Revision: https://reviews.llvm.org/D81308
2020-07-20 21:11:53 +01:00
..
bigger-expressions-double.ll
const-gep.ll
load-align-volatile.ll
multiply-add-sub-double-row-major.ll
multiply-double-contraction-fmf.ll
multiply-double-contraction.ll
multiply-double-row-major.ll
multiply-double.ll
multiply-float-contraction-fmf.ll
multiply-float-contraction.ll
multiply-float.ll
multiply-fused-loops.ll [Matrix] Use TileInfo to create tiled loop nest for matrix multiply. 2020-07-20 21:11:53 +01:00
multiply-fused-multiple-blocks.ll
multiply-fused-volatile.ll [Matrix] Use TileInfo to create tiled loop nest for matrix multiply. 2020-07-20 21:11:53 +01:00
multiply-fused.ll [Matrix] Use TileInfo to create tiled loop nest for matrix multiply. 2020-07-20 21:11:53 +01:00
multiply-i32-row-major.ll
multiply-i32.ll
multiply-minimal.ll [Matrix] Add minimal lowering pass that only requires TTI. 2020-07-20 11:16:11 +01:00
propagate-backward.ll
propagate-backwards-unsupported.ll
propagate-forward.ll
propagate-mixed-users.ll
propagate-multiple-iterations.ll
remarks-inlining.ll
remarks-shared-subtrees.ll
remarks.ll
store-align-volatile.ll
strided-load-double.ll
strided-load-float.ll
strided-load-i32.ll
strided-store-double.ll
strided-store-float.ll
strided-store-i32.ll
transpose-double-row-major.ll
transpose-double.ll
transpose-float-row-major.ll
transpose-float.ll
transpose-i32-row-major.ll
transpose-i32.ll