[PATCH] D71165: [LoopFusion] Move instructions from FC0.Latch to FC1.Latch.
Whitney Tsang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 7 15:06:24 PST 2019
Whitney added a comment.
> Is there a mistake in the example? Every execution will end in the infinite loop header4. Why did you mean to move preheader3 instead of latch1?
Sorry for the confusion, updated the description. The terminator of header4 should also branch to latch3. preheader3 is removed during fusion before this PR, updated the description to clarify that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71165/new/
https://reviews.llvm.org/D71165
More information about the llvm-commits
mailing list