[PATCH] D29006: [PH] Remove all use of AssertingVH from members of analysis results.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 17:32:48 PST 2017


chandlerc updated this revision to Diff 85502.
chandlerc added a comment.

Update to use a new PoisoningVH to implement this logic.


https://reviews.llvm.org/D29006

Files:
  include/llvm/Analysis/CallGraph.h
  include/llvm/Analysis/ScalarEvolution.h
  lib/Analysis/LazyValueInfo.cpp
  lib/Transforms/IPO/FunctionAttrs.cpp
  lib/Transforms/IPO/GlobalDCE.cpp
  lib/Transforms/IPO/Inliner.cpp
  lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
  lib/Transforms/Scalar/NaryReassociate.cpp
  lib/Transforms/Utils/LoopSimplify.cpp
  test/Other/new-pm-defaults.ll
  test/Transforms/GlobalDCE/crash-assertingvh.ll
  test/Transforms/Inline/clear-analyses.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29006.85502.patch
Type: text/x-patch
Size: 11915 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170124/75323f3a/attachment.bin>


More information about the llvm-commits mailing list