[PATCH] D90402: [LoopFlatten] Run it earlier, just before IndVarSimplify
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 2 04:11:55 PST 2020
SjoerdMeijer added a comment.
I have found this so far:
> A LoopPass subclass which is intended to run as part of the main loop pass pipeline needs to preserve all of the same function analyses that the other loop passes in its pipeline require.
which mentions function analysis, so looks okay to me.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90402/new/
https://reviews.llvm.org/D90402
More information about the llvm-commits
mailing list