llvm-project/llvm/test/Transforms/LowerMatrixIntrinsics
Bjorn Pettersson d52f506192 [NewPM] Use parameterized syntax for a couple of more passes
A couple of passes that are parameterized in new-PM used different
pass names (in cmd line interface) while using the same pass class
name. This patch updates the PassRegistry to model pass parameters
more properly using PASS_WITH_PARAMS.

Reason for the change is to ensure that we have a 1-1 mapping
between class name and pass name (when disregarding the params).
With a 1-1 mapping it is more obvious which pass name to use in
options such as -debug-only, -print-after etc.

The opt -passes syntax is changed for the following passes:
  early-cse-memssa => early-cse<memssa>
  post-inline-ee-instrument => ee-instrument<post-inline>
  loop-extract-single => loop-extract<single>
  lower-matrix-intrinsics-minimal => lower-matrix-intrinsics<minimal>

This patch is not updating pass names in docs/Passes.rst. Not quite
sure what the status is for that document (e.g. when it comes to
listing pass paramters). It is only loop-extract-single that is
mentioned in Passes.rst today, out of the passes mentioned above.

Differential Revision: https://reviews.llvm.org/D108362
2021-08-20 14:59:21 +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 [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
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