mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
20d778fe99
This patch addresses the issue of SCEV division asserting on some input expressions (e.g., non-affine expressions) and quietly giving up on others. When giving up, we set the quotient to be equal to zero and the remainder to be equal to the numerator. With this patch, we always quietly give up when we cannot perform the division. This patch also adds a test case for DependenceAnalysis that previously caused an assertion. Differential Revision: http://reviews.llvm.org/D11725 llvm-svn: 247314 |
||
---|---|---|
.. | ||
Banerjee.ll | ||
Constraints.ll | ||
Coupled.ll | ||
ExactRDIV.ll | ||
ExactSIV.ll | ||
GCD.ll | ||
Invariant.ll | ||
NonAffineExpr.ll | ||
NonCanonicalizedSubscript.ll | ||
PR21585.ll | ||
Preliminary.ll | ||
Propagating.ll | ||
Separability.ll | ||
StrongSIV.ll | ||
SymbolicRDIV.ll | ||
SymbolicSIV.ll | ||
UsefulGEP.ll | ||
WeakCrossingSIV.ll | ||
WeakZeroDstSIV.ll | ||
WeakZeroSrcSIV.ll | ||
ZIV.ll |