[PATCH] D20957: [JumpThreading] Prevent dangling pointer problems in BranchProbabilityInfo
Igor Laevsky via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 15 09:43:21 PDT 2016
igor-laevsky added a comment.
This change was reverted due to the failing AssertingVH on some of the buildbots. Looked very much like a problem described in llvm-dev thread "Should analyses be able to hold AssertingVH to IR? (related to PR28400)". I bypassed this issue by using CallbackVH instead of AssertingVH and resubmitted (r275563).
Repository:
rL LLVM
https://reviews.llvm.org/D20957
More information about the llvm-commits
mailing list