[PATCH] D30446: [IndVars] Do not branch on poison
Andrew Trick via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 5 13:19:03 PDT 2017
atrick added a comment.
As a generally good direction I like the idea of moving LFTR, and eventually even IV widening, forward to the LSR stage of the pipeline.
So, I'm ok with it as long as you do the normal amount of benchmark validation and @mzolotukhin doesn't see any immediate performance issues with this approach.
https://reviews.llvm.org/D30446
More information about the llvm-commits
mailing list