To be more consistent with other pass struct names.
There are still more passes that don't end with "Pass", but these are the important ones.
Paths
| Differential D112935
[NFC] Rename GVN -> GVNPass and SROA -> SROAPass ClosedPublic Authored by aeubanks on Nov 1 2021, 9:09 AM.
Details
Summary To be more consistent with other pass struct names. There are still more passes that don't end with "Pass", but these are the important ones.
Diff Detail
Event TimelineHerald added subscribers: ormris, wenlei, steven_wu, hiraditya. · View Herald TranscriptNov 1 2021, 9:09 AM This revision is now accepted and ready to land.Nov 8 2021, 5:01 PM This revision was landed with ongoing or failed builds.Nov 9 2021, 10:36 AM Closed by commit rG1d8750c3dad4: [NFC] Rename GVN -> GVNPass and SROA -> SROAPass (authored by aeubanks). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 385886 clang/test/CodeGen/thinlto-distributed-newpm.ll
llvm/include/llvm/Transforms/Scalar/GVN.h
llvm/include/llvm/Transforms/Scalar/SROA.h
llvm/lib/Passes/PassBuilderPipelines.cpp
llvm/lib/Passes/PassRegistry.def
llvm/lib/Transforms/Scalar/GVN.cpp
llvm/lib/Transforms/Scalar/GVNHoist.cpp
llvm/lib/Transforms/Scalar/SROA.cpp
llvm/test/DebugInfo/pr37964.ll
llvm/test/Other/new-pm-defaults.ll
llvm/test/Other/new-pm-lto-defaults.ll
llvm/test/Other/new-pm-pgo-preinline.ll
llvm/test/Other/new-pm-pgo.ll
llvm/test/Other/new-pm-thinlto-defaults.ll
llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
llvm/test/Transforms/GVN/preserve-analysis.ll
llvm/test/Transforms/SROA/dead-inst.ll
|