[PATCH] D29759: [SCEV] Cache results during GetMinTrailingZeros query
Sanjoy Das via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 9 14:17:56 PST 2017
sanjoy requested changes to this revision.
sanjoy added a comment.
This revision now requires changes to proceed.
In https://reviews.llvm.org/D29759#672573, @efriedma wrote:
> Would it make sense to add a global GetMinTrailingZeros cache instead?
That's actually what I had in mind -- please make the cache global to the SCEV class.
https://reviews.llvm.org/D29759
More information about the llvm-commits
mailing list