1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/test/Analysis
Andrew Trick c3765e6af0 SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.
getUDivExpr attempts to simplify by checking for overflow.
isLoopEntryGuardedByCond then evaluates the loop predicate which
may lead to the same getUDivExpr causing endless recursion.

Fixes PR12868: clang 3.2 segmentation fault.

llvm-svn: 157092
2012-05-19 00:48:25 +00:00
..
BasicAA FileCheck-ize these tests. Harden some of them. 2012-04-24 09:15:38 +00:00
BlockFrequencyInfo
BranchProbabilityInfo
CallGraph FileCheck-ize these tests. 2012-04-24 10:36:42 +00:00
Dominators FileCheck-ize tests. 2012-04-24 10:45:44 +00:00
GlobalsModRef FileCheck-ize tests. 2012-04-24 10:45:44 +00:00
LoopDependenceAnalysis
LoopInfo
PostDominators
Profiling
RegionInfo
ScalarEvolution SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond. 2012-05-19 00:48:25 +00:00
TypeBasedAliasAnalysis