llvm-project/llvm/test/Transforms/LowerMatrixIntrinsics
Nikita Popov 80110aafa0 [Tests] Fix incorrect noalias metadata
Mostly this fixes cases where !noalias or !alias.scope were passed
a scope rather than a scope list. In some cases I opted to drop
the metadata entirely instead, because it is not really relevant
to the test.
2021-09-18 20:51:00 +02:00
..
bigger-expressions-double.ll
const-gep.ll [Matrix] Add -matrix-allow-contract=false to tests. 2021-06-07 12:13:20 +01:00
load-align-volatile.ll
multiply-add-sub-double-row-major.ll
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
multiply-double.ll
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
multiply-fused-dominance.ll [Matrix] Hoist address computation before multiply to enable fusion. 2021-07-02 09:52:11 +01: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] Fix crash during fusion if the same load is re-used. 2021-07-02 14:00:17 +01: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 [Matrix] Fix miscompile for NT matmul if the transpose has other use 2021-07-22 10:45:56 -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
propagate-forward.ll [Matrix] Add -matrix-allow-contract=false to tests. 2021-06-07 12:13:20 +01:00
propagate-mixed-users.ll
propagate-multiple-iterations.ll [Matrix] Add -matrix-allow-contract=false to tests. 2021-06-07 12:13:20 +01:00
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 [Matrix] Fix shape for factored transpose 2021-07-27 11:36:13 -07:00