[PATCH] D148081: [opt] Remove the ExternalFunctionsPassedConstants pass

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 02:06:34 PDT 2023


bjope created this revision.
bjope added a reviewer: aeubanks.
Herald added a project: All.
bjope requested review of this revision.
Herald added a project: LLVM.

This commit is removing the last pieces of AnalysisWrapper.cpp
(including the ExternalFunctionsPassedConstants pass, aka
print-externalfnconstants).

The pass only existed for the legacy PM, and it was not regression
tested. And since the pass did not force the use of the legacy pass
manager there was no simply way to run the pass nowadays, at least
not by using opt.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148081

Files:
  llvm/docs/Passes.rst
  llvm/tools/opt/AnalysisWrappers.cpp
  llvm/tools/opt/CMakeLists.txt
  llvm/utils/gn/secondary/llvm/tools/opt/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148081.512697.patch
Type: text/x-patch
Size: 4240 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230412/4e1f94af/attachment.bin>


More information about the llvm-commits mailing list