[PATCH] D27469: [LoopVersioning] Require loop-simplify form for loop versioning.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 17 15:03:30 PST 2016


fhahn added a comment.

This patch changed substantially since @anemet accepted it and it would be great if somebody could have another look.

The patch now requires loop-simplify form for loop versioning and the other optimizations requiring loop versioning, which may be to strict.


https://reviews.llvm.org/D27469





More information about the llvm-commits mailing list