forked from OSchip/llvm-project
d1aa075129
There is an assertion failure in computeOverflowForUnsignedMul (used in checkOverflow) due to the inner and outer trip counts having different types. This occurs when the IV has been widened, but the loop components are not successfully rediscovered. This is fixed by some refactoring of the code in findLoopComponents which identifies the trip count of the loop. Differential Revision: https://reviews.llvm.org/D108107 |
||
---|---|---|
.. | ||
limit-not-invariant.ll | ||
loop-flatten-negative.ll | ||
loop-flatten-simplify-cfg.ll | ||
loop-flatten.ll | ||
pr40581.ll | ||
pr49571.ll | ||
widen-iv.ll |