[PATCH] D37153: [LoopUnroll] Properly update loop structure in case of successful peeling

Michael Zolotukhin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 28 11:47:24 PDT 2017


mzolotukhin added a comment.

> FWIW, this only triggers with SystemZ as triple (probably because it sets peeling parameters differently?).

Yeah, that's probably the reason. I suggest to (find and) pass the necessary parameters explicitly so we don't depend on target preferences at all.

Michael


https://reviews.llvm.org/D37153





More information about the llvm-commits mailing list