llvm-project/llvm/test/Transforms/EarlyCSE
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
..
AArch64 [NewPM] Use parameterized syntax for a couple of more passes 2021-08-20 14:59:21 +02:00
AMDGPU
PowerPC
X86
and_or.ll
atomics.ll
basic.ll
commute.ll
conditional.ll
const-speculation.ll
debug-info-undef.ll
debuginfo-dce.ll
defaultfp-strictfp.ll [FPEnv] EarlyCSE support for constrained intrinsics, default FP environment edition 2021-05-20 14:40:51 -04:00
edge.ll
fence.ll
flags.ll
floatingpoint.ll
gc_relocate.ll [gvn] CSE gc.relocates based on meaning, not spelling (try 2) 2021-03-16 10:59:31 -07:00
getmatchingvalue-crash.ll
globalsaa-memoryssa.ll
guards.ll
instsimplify-dom.ll
int_sideeffect.ll
invariant-loads.ll
invariant.start.ll
masked-intrinsics-unequal-masks.ll
masked-intrinsics.ll
memoryssa.ll [NewPM] Use parameterized syntax for a couple of more passes 2021-08-20 14:59:21 +02:00
noalias-scope-decl.ll
phi.ll
pr33406.ll
readnone-mayunwind.ll
reuse-preserved-memoryssa.ll
writeonly.ll