1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Analysis/DependenceAnalysis
Brendon Cahoon ef0603b919 [DependenceAnalysis] Check if result of getConstantPart is null
A seg-fault occurs due to a reference of a null pointer, which is
the value returned by getConstantPart. This function returns
null if the constant part is not found. The code that calls this
function needs to check for the null return value.

Differential Revision: http://reviews.llvm.org/D18718

llvm-svn: 265319
2016-04-04 18:13:18 +00:00
..
Banerjee.ll
Constraints.ll
Coupled.ll
ExactRDIV.ll
ExactSIV.ll
GCD.ll Fix how DependenceAnalysis calls delinearization 2015-08-19 02:56:36 +00:00
Invariant.ll
MIVCheckConst.ll [DependenceAnalysis] Check if result of getConstantPart is null 2016-04-04 18:13:18 +00:00
NonAffineExpr.ll [SCEV] Consistently Handle Expressions That Cannot Be Divided 2015-09-10 18:12:47 +00:00
NonCanonicalizedSubscript.ll
PR21585.ll [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible 2015-09-09 17:55:00 +00:00
Preliminary.ll Revert "Change memcpy/memset/memmove to have dest and source alignments." 2015-11-19 05:56:52 +00:00
Propagating.ll
Separability.ll
StrongSIV.ll
SymbolicRDIV.ll
SymbolicSIV.ll
UsefulGEP.ll
WeakCrossingSIV.ll
WeakZeroDstSIV.ll
WeakZeroSrcSIV.ll
ZIV.ll