[PATCH] D90421: [IndVarSimplify][LoopUtils] Move WidenIV to Utils. NFCI.
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 3 00:23:45 PST 2020
SjoerdMeijer added a comment.
In D90421#2370323 <https://reviews.llvm.org/D90421#2370323>, @mkazantsev wrote:
> I guess the better place for it would be Utils/SimplifyIndVars.h/cpp.
I am sorry, but I am not following this. This was factored out from IndVarSimplify and moved to LoopUtils, so that I can reuse it in e.g. this loop pass here D90640 <https://reviews.llvm.org/D90640>.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90421/new/
https://reviews.llvm.org/D90421
More information about the llvm-commits
mailing list