[PATCH] D93764: [LoopUnswitch] Implement first version of partial unswitching.
Jonas Paulsson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 13 16:36:39 PST 2021
jonpa added a comment.
If a dead path in a loop is unswitched into an empty loop, I suppose the idea is that LoopDeletion will later then delete it?
What about the remaining original loop: will it remain the same or will it get the edge into the dead path redirected to the new smaller loop?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93764/new/
https://reviews.llvm.org/D93764
More information about the llvm-commits
mailing list