llvm-6502/test/Analysis
Andrew Trick 8aa22019ca 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157092 91177308-0d34-0410-b5e6-96231b3b80d8
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