[PATCH] D132443: [LSR] Fold terminal condition to other IV when possible
Aditya Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 26 09:52:33 PDT 2022
hiraditya added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:191-193
+ cl::desc("If this option is set to true, LSR will attempt to see if the "
+ "primary IV that is only used to by the terminal condition can be "
+ "replaced by other IV."));
----------------
cl::desc("Attempt to replace primary IV with other IV."));
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132443/new/
https://reviews.llvm.org/D132443
More information about the llvm-commits
mailing list