[PATCH] D64972: [Loop Peeling] Do not close further unroll/peel if profile based peeling was not used
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 30 11:53:12 PDT 2019
reames requested changes to this revision.
reames added a comment.
This revision now requires changes to proceed.
Having both the enable flag and the AlreadyPeeled variable is really confusing. Is there a way we could combine them? Maybe replace the boolean with the AlreadyPeeledViaProfiling count or something?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64972/new/
https://reviews.llvm.org/D64972
More information about the llvm-commits
mailing list