forked from OSchip/llvm-project
51fd5405d5
The initial assumption was that the simplification would converge to a fixed point relatvely quickly. Turns out that there are legitimate situa- tions where the complexity of the code causes it to take a large number of iterations. Two main changes: - Instead of aborting upon hitting the limit, simply return nullptr. - Reduce the limit to 10,000 from 100,000. llvm-svn: 304441 |
||
---|---|---|
.. | ||
hexagon-memmove1.ll | ||
hexagon-memmove2.ll | ||
lcssa.ll | ||
nullptr-crash.ll | ||
pmpy-infinite-loop.ll | ||
pmpy-long-loop.ll | ||
pmpy-mod.ll | ||
pmpy.ll |