llvm-project/llvm/test/Transforms/LowerMatrixIntrinsics
Florian Hahn b339bbdb19
[Matrix] Use ArrayType for allocas instead of VectorType.
When creating an alloca to copy a matrix due to memory conflicts, those
allocas used to use VectorTypes, which forced them to have huge
alignments for large vectors.

This patch updates LowerMatrixIntrinsics to use a corresponding array
type, like Clang already does, to get more manageable alignments.

Reviewed By: anemet, thegameg

Differential Revision: https://reviews.llvm.org/D118239
2022-01-28 10:47:52 +00: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-dominance.ll [Matrix] Use ArrayType for allocas instead of VectorType. 2022-01-28 10:47:52 +00:00
multiply-fused-loops.ll [Matrix] Use ArrayType for allocas instead of VectorType. 2022-01-28 10:47:52 +00:00
multiply-fused-multiple-blocks.ll [Matrix] Use ArrayType for allocas instead of VectorType. 2022-01-28 10:47:52 +00:00
multiply-fused-volatile.ll
multiply-fused.ll [Matrix] Use ArrayType for allocas instead of VectorType. 2022-01-28 10:47:52 +00:00
multiply-i32-row-major.ll
multiply-i32.ll
multiply-left-transpose-row-major.ll
multiply-minimal.ll [NewPM] Use parameterized syntax for a couple of more passes 2021-08-20 14:59:21 +02:00
multiply-right-transpose.ll
preserve-existing-fast-math-flags.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 [Tests] Fix incorrect noalias metadata 2021-09-18 20:51:00 +02:00
remarks.ll
store-align-volatile.ll
strided-load-double.ll Recommit "[Matrix] Overload stride arg in matrix.columnwise.load/store." 2021-08-12 18:31:57 +01:00
strided-load-float.ll
strided-load-i32.ll
strided-store-double.ll Recommit "[Matrix] Overload stride arg in matrix.columnwise.load/store." 2021-08-12 18:31:57 +01:00
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
transpose-opts.ll