[PATCH] D88880: [IndVarSimplify] Add loop-flattening

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 29 07:39:58 PDT 2020


SjoerdMeijer abandoned this revision.
SjoerdMeijer added a comment.

Think I am abandoning this as I am guessing it will be easier to get buy in if I keep things separate. This means that:

- I will separate out the widening of the induction variable in IndVarSimplify and put this as a utility in LoopUtil,
- and modify IndVarsSimplify to use that,
- then do make changes to LoopFlatten.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88880/new/

https://reviews.llvm.org/D88880



More information about the llvm-commits mailing list