[PATCH] D110234: [LoopFlatten] Updating Phi nodes after IV widening

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 24 01:31:37 PDT 2021


dmgreen added a comment.

Can we add the inner phi that was not deleted to InnerPHIsToTransform? That would allow us to hold less state, hopefully simplifying things a little.


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

https://reviews.llvm.org/D110234



More information about the llvm-commits mailing list