[PATCH] D134241: GuardWidening: Pass through AssumptionCache
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 20 06:19:02 PDT 2022
arsenm added a comment.
In D134241#3801898 <https://reviews.llvm.org/D134241#3801898>, @mkazantsev wrote:
> What's the motivation for this?
I ran into a compile time regression and found isDereferenceableAndAlignedPointer is 2x slower without an AssumptionCache, so I'm just threading through the argument for it everywhere
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134241/new/
https://reviews.llvm.org/D134241
More information about the llvm-commits
mailing list