[PATCH] D68234: [LegacyPassManager] Deprecate the BasicBlockPass/Manager.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 30 10:59:48 PDT 2019


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

The BasicBlockManager is potentially broken and should not be used.
Replace all uses of the BasicBlockPass with a FunctionBlockPass+loop on
blocks.


Repository:
  rL LLVM

https://reviews.llvm.org/D68234

Files:
  include/llvm/Pass.h
  lib/Target/NVPTX/NVPTX.h
  lib/Target/NVPTX/NVPTXLowerAlloca.cpp
  lib/Transforms/Scalar/DCE.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68234.222462.patch
Type: text/x-patch
Size: 8592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190930/bf205d59/attachment.bin>


More information about the llvm-commits mailing list