[PATCH] D135909: [LoopDeletion] Move block and loop dispo invalidation to makeLoopInvar.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 13:52:54 PDT 2022


fhahn added a comment.

In D135909#3856806 <https://reviews.llvm.org/D135909#3856806>, @nikic wrote:

> Generally LGTM, but don't you need to adjust the usage in LoopSimplify as well?

Yes we should probably update all users that preserve SCEV in general. We unfortunately don't have SCEV verification tests for LoopSimplify, but I'll see if I can add one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135909



More information about the llvm-commits mailing list