[PATCH] D58192: [LoopUnrollPeel] Add case where we should forget the peeled loop from SCEV.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 14 05:51:05 PST 2019
fhahn added a comment.
In D58192#1397922 <https://reviews.llvm.org/D58192#1397922>, @fhahn wrote:
> Use forgetTopmostLoop and get rid of getting the parent loop, as it is not
> required any longer.
I'll keep the code to get the parent loop for simplifyLoop when committing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58192/new/
https://reviews.llvm.org/D58192
More information about the llvm-commits
mailing list