[PATCH] D69009: [IndVars] Eliminate loop exits with equivalent exit counts
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 17 12:08:10 PDT 2019
nikic added inline comments.
================
Comment at: lib/Transforms/Scalar/IndVarSimplify.cpp:2804
+ Changed = true;
+ continue;
+ }
----------------
This code is already repeated three times now, extract?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69009/new/
https://reviews.llvm.org/D69009
More information about the llvm-commits
mailing list