forked from OSchip/llvm-project
cd78345398
Summary: SimplifyIndVar may introduce zext instructions to widen arguments of the loop exit check. They should not prevent us from splitting the loop at the induction variable, but maybe the check should be more conservative, e.g. making sure it only extends arguments used by a comparison? Reviewers: karthikthecool, mcrosier, mzolotukhin Reviewed By: mcrosier Subscribers: mzolotukhin, llvm-commits Differential Revision: https://reviews.llvm.org/D34879 llvm-svn: 311783 |
||
---|---|---|
.. | ||
call-instructions.ll | ||
current-limitations-lcssa.ll | ||
currentLimitation.ll | ||
interchange-flow-dep-outer.ll | ||
interchange-insts-between-indvar.ll | ||
interchange-not-profitable.ll | ||
interchange-output-dependencies.ll | ||
interchange-simple-count-down.ll | ||
interchange-simple-count-up.ll | ||
loop-interchange-optimization-remarks.ll | ||
not-interchanged-dependencies-1.ll | ||
not-interchanged-loop-nest-3.ll | ||
not-interchanged-tightly-nested.ll | ||
profitability.ll | ||
reductions.ll |