[PATCH] D128536: [ArgPromotion] Remove legacy PM support
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 24 08:14:50 PDT 2022
nikic created this revision.
nikic added reviewers: aeubanks, asbirlea.
Herald added a reviewer: deadalnix.
Herald added subscribers: jsji, jeroen.dobbelaere, ormris, jdoerfert, pengfei, hiraditya, nemanjai.
Herald added a project: All.
nikic requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Support for the legacy pass manager in ArgPromotion causes complications in D125485 <https://reviews.llvm.org/D125485>. As the legacy pass manager for middle-end optimizations is unsupported, drop ArgPromotion from the legacy pipeline, rather than introducing additional complexity to deal with it.
https://reviews.llvm.org/D128536
Files:
llvm/bindings/go/llvm/transforms_ipo.go
llvm/bindings/ocaml/transforms/ipo/ipo_ocaml.c
llvm/bindings/ocaml/transforms/ipo/llvm_ipo.ml
llvm/bindings/ocaml/transforms/ipo/llvm_ipo.mli
llvm/include/llvm-c/Transforms/IPO.h
llvm/include/llvm/InitializePasses.h
llvm/include/llvm/LinkAllPasses.h
llvm/include/llvm/Transforms/IPO.h
llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
llvm/lib/Transforms/IPO/IPO.cpp
llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
llvm/test/Analysis/TypeBasedAliasAnalysis/argument-promotion.ll
llvm/test/Bindings/OCaml/ipo.ml
llvm/test/CodeGen/PowerPC/arg_promotion.ll
llvm/test/CodeGen/X86/GC/argpromotion.ll
llvm/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll
llvm/test/Transforms/ArgumentPromotion/X86/attributes.ll
llvm/test/Transforms/ArgumentPromotion/X86/min-legal-vector-width.ll
llvm/test/Transforms/ArgumentPromotion/X86/thiscall.ll
llvm/test/Transforms/ArgumentPromotion/align.ll
llvm/test/Transforms/ArgumentPromotion/basictest.ll
llvm/test/Transforms/ArgumentPromotion/bitcasts.ll
llvm/test/Transforms/ArgumentPromotion/crash.ll
llvm/test/Transforms/ArgumentPromotion/load-after-non-willreturn-call.ll
llvm/test/Transforms/ArgumentPromotion/metadata.ll
llvm/test/Transforms/ArgumentPromotion/opaque-ptr.ll
llvm/test/Transforms/ArgumentPromotion/pr32917.ll
llvm/test/Transforms/ArgumentPromotion/pr42028-recursion.ll
llvm/test/Transforms/ArgumentPromotion/profile.ll
llvm/test/Transforms/ArgumentPromotion/volatile-atomic.ll
llvm/test/Transforms/CodeExtractor/LoopExtractor_crash.ll
llvm/test/Transforms/Inline/2009-01-13-RecursiveInlineCrash.ll
llvm/test/Transforms/Inline/crash.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128536.439765.patch
Type: text/x-patch
Size: 23697 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220624/9c8dad05/attachment.bin>
More information about the llvm-commits
mailing list