[PATCH] D110922: [LoopPeel] Peel loops with deoptimizing exits
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 11 08:36:16 PDT 2021
reames added a comment.
Two drive by comments.
One the surface, this seems like it should be two changes. One to do an NFC restructuring of the domtree updates. One to actually enable the broader scope.
The description of the change also needs updated. An exit reaching an unreachable is *not* a "deoptimizing" exit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110922/new/
https://reviews.llvm.org/D110922
More information about the llvm-commits
mailing list