The call site info was not updated correctly when deleting corresponding call instructions.
(this was split from the D73534)
Differential D73700
[CallSiteInfo] Fix the assertions regarding updating the CallSiteInfo djtodoro on Jan 30 2020, 5:57 AM. Authored by
Details The call site info was not updated correctly when deleting corresponding call instructions. (this was split from the D73534)
Diff Detail
Event Timeline
Comment Actions @vsk Thanks for the comments!
Comment Actions LGTM, pending resolution of https://reviews.llvm.org/D74121 vs. https://reviews.llvm.org/D74159. (I believe this can easily be rebased on top of either patch.) |
I'm a bit confused by this one. ExtractHoistableLoad can hoist a call? What cases MI->isDereferenceableInvariantLoad(AA) and MI->isCall() to both be true?