llvm-project/llvm/test/Transforms/LowerMatrixIntrinsics
Adam Nemet e0efebb8eb [Matrix] In transpose opts, handle a^t * a^t
Without the fix the testcase crashes because we remove the same instruction
twice.

Differential Revision: https://reviews.llvm.org/D104127
2021-06-11 09:29:43 -07:00
..
bigger-expressions-double.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
const-gep.ll [Matrix] Add -matrix-allow-contract=false to tests. 2021-06-07 12:13:20 +01:00
load-align-volatile.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
multiply-add-sub-double-row-major.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
multiply-double-contraction-fmf.ll [Matrix] Preserve existing fast-math flags during lowering 2021-06-03 15:29:31 +01:00
multiply-double-contraction.ll [Matrix] Preserve existing fast-math flags during lowering 2021-06-03 15:29:31 +01:00
multiply-double-row-major.ll [Matrix] Fold the transpose into the matmul operand used to fetch scalars 2021-05-17 17:40:46 -07:00
multiply-double.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
multiply-float-contraction-fmf.ll [Matrix] Preserve existing fast-math flags during lowering 2021-06-03 15:29:31 +01:00
multiply-float-contraction.ll [Matrix] Preserve existing fast-math flags during lowering 2021-06-03 15:29:31 +01:00
multiply-float.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
multiply-fused-loops.ll [Matrix] Preserve existing fast-math flags during lowering 2021-06-03 15:29:31 +01:00
multiply-fused-multiple-blocks.ll [Matrix] Preserve existing fast-math flags during lowering 2021-06-03 15:29:31 +01:00
multiply-fused-volatile.ll [Matrix] Preserve existing fast-math flags during lowering 2021-06-03 15:29:31 +01:00
multiply-fused.ll [Matrix] Preserve existing fast-math flags during lowering 2021-06-03 15:29:31 +01:00
multiply-i32-row-major.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
multiply-i32.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
multiply-left-transpose-row-major.ll [Matrix] Fold the transpose into the matmul operand used to fetch scalars 2021-05-17 17:40:46 -07:00
multiply-minimal.ll [Matrix] Preserve existing fast-math flags during lowering 2021-06-03 15:29:31 +01:00
multiply-right-transpose.ll [Matrix] Fix transpose-multiply folding if transpose has multiple uses 2021-06-04 10:55:03 -07:00
preserve-existing-fast-math-flags.ll [Matrix] Add -matrix-allow-contract=false to tests. 2021-06-07 12:13:20 +01:00
propagate-backward.ll [Matrix] Add -matrix-allow-contract=false to tests. 2021-06-07 12:13:20 +01:00
propagate-backwards-unsupported.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
propagate-forward.ll [Matrix] Add -matrix-allow-contract=false to tests. 2021-06-07 12:13:20 +01:00
propagate-mixed-users.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
propagate-multiple-iterations.ll [Matrix] Add -matrix-allow-contract=false to tests. 2021-06-07 12:13:20 +01:00
remarks-inlining.ll [Matrix] Factor and distribute transposes across multiplies 2021-05-25 11:12:20 -07:00
remarks-shared-subtrees.ll [Matrix] Factor and distribute transposes across multiplies 2021-05-25 11:12:20 -07:00
remarks.ll
store-align-volatile.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
strided-load-double.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
strided-load-float.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
strided-load-i32.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
strided-store-double.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
strided-store-float.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
strided-store-i32.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
transpose-double-row-major.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
transpose-double.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
transpose-float-row-major.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
transpose-float.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
transpose-i32-row-major.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
transpose-i32.ll Use unary CreateShuffleVector if possible 2020-12-30 22:36:08 +09:00
transpose-opts.ll [Matrix] In transpose opts, handle a^t * a^t 2021-06-11 09:29:43 -07:00