"llvm/include/llvm/IR/Verifier.h" did not exist on "204572af9da687bf6e3ba208fa53cea61ea666fc"
[LoopUnroll] Peel off iterations if it makes conditions true/false.
If the loop body contains conditions of the form IndVar < #constant, we can remove the checks by peeling off #constant iterations. This improves codegen for PR34364. Reviewers: mkuper, mkazantsev, efriedma Reviewed By: mkazantsev Differential Revision: https://reviews.llvm.org/D43876 llvm-svn: 327671
Loading
Please sign in to comment