[PATCH] D62625: LFTR for multiple exit loops
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 11:12:08 PDT 2019
nikic added a comment.
This looks good, but I'd like to see some tests that involve an IV change. In particular I would expect that this transformation can go from exit conditions on two different IVs, to exit conditions on a single IV and it would be nice to see that.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62625/new/
https://reviews.llvm.org/D62625
More information about the llvm-commits
mailing list