[PATCH] D69121: [LegacyPassManager] Delete BasicBlockPass/Manager.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 10:42:33 PDT 2019


asbirlea created this revision.
asbirlea added a reviewer: chandlerc.
Herald added subscribers: sanjoy.google, mehdi_amini.
Herald added a project: LLVM.

Delete the BasicBlockPass and BasicBlockManager, all its dependencies and update documentation.
The BasicBlockManager was improperly tested and found to be potentially broken, and was deprecated as of rL373254 <https://reviews.llvm.org/rL373254>.

In light of the switch to the new pass manager coming before the next release, this patch is a first cleanup of the LegacyPassManager.


Repository:
  rL LLVM

https://reviews.llvm.org/D69121

Files:
  docs/OptBisect.rst
  docs/WritingAnLLVMPass.rst
  include/llvm/IR/IRPrintingPasses.h
  include/llvm/IR/LegacyPassManager.h
  include/llvm/IR/LegacyPassManagers.h
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  include/llvm/Pass.h
  include/llvm/Transforms/Scalar.h
  include/llvm/Transforms/Vectorize.h
  lib/IR/Core.cpp
  lib/IR/IRPrintingPasses.cpp
  lib/IR/LegacyPassManager.cpp
  lib/IR/Pass.cpp
  tools/bugpoint-passes/TestPasses.cpp
  tools/opt/PassPrinters.cpp
  tools/opt/PassPrinters.h
  tools/opt/opt.cpp
  unittests/IR/LegacyPassManagerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69121.225464.patch
Type: text/x-patch
Size: 32738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191017/9bccd82b/attachment-0001.bin>


More information about the llvm-commits mailing list