[PATCH] D47259: [IPSCCP,PM] Preserve DT in the new pass manager.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 8 11:47:37 PST 2018


fhahn updated this revision to Diff 173205.
fhahn marked 3 inline comments as done.
fhahn added a comment.

Thank you very much for having a look! I updated the patch to use deleteBB, added a comment in lib/Transform/IPO/SCCP.cpp on why nullptr is passed in as DT for the legacy pass manager and renamed AnalysisForFn to AnalysisResultsForFn.

Unless there are any additional comments, I plan to commit this tomorrow.


https://reviews.llvm.org/D47259

Files:
  include/llvm/Transforms/Scalar/SCCP.h
  lib/Transforms/IPO/SCCP.cpp
  lib/Transforms/Scalar/SCCP.cpp
  test/Transforms/SCCP/ipsccp-preserve-domtree.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47259.173205.patch
Type: text/x-patch
Size: 11212 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181108/4c597301/attachment.bin>


More information about the llvm-commits mailing list