1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/test/Transforms/LowerMatrixIntrinsics
Adam Nemet 885b8e3e0a [Matrix] Fold the transpose into the matmul operand used to fetch scalars
For column-major this is:
  A * B^t
whereas for row-major:
  A^t * B

Differential Revision: https://reviews.llvm.org/D101762
2021-05-17 17:40:46 -07: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
multiply-fused-multiple-blocks.ll
multiply-fused-volatile.ll
multiply-fused.ll
multiply-i32-row-major.ll
multiply-i32.ll
multiply-left-transpose-row-major.ll
multiply-minimal.ll
multiply-right-transpose.ll
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