[PATCH] D67076: [LoopInterchange] Make sure we create PHI nodes for uses in split off latch.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 13:15:35 PDT 2019


fhahn added a comment.

I've uploaded a new patch D67367 <https://reviews.llvm.org/D67367>. It duplicates and moves the instructions required in the latch. We have to duplicate the instructions and update its users, if we want to support cases where, for example the condition, gets used in the inner loop body as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67076





More information about the llvm-commits mailing list