[PATCH] D67367: [LoopInterchange] Properly move condition, induction increment and ops to latch.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 05:55:57 PDT 2019


fhahn added a comment.

In D67367#1663970 <https://reviews.llvm.org/D67367#1663970>, @efriedma wrote:

> This makes more sense than D67076 <https://reviews.llvm.org/D67076>, I think.
>
> Do the safety checks ensure we never clone an instruction with side-effects?  Can we assert that?


Yes they should. I've added an assert to be sure.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67367





More information about the llvm-commits mailing list