llvm-6502/test/Analysis
Andrew Trick fe3516f9a5 SCEV: Handle a corner case reducing AddRecExpr * AddRecExpr
If integer overflow causes one of the terms to reach zero, that can
force the entire expression to zero.

Fixes PR12929: cast<Ty>() argument of incompatible type

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157673 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-30 03:35:20 +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: Handle a corner case reducing AddRecExpr * AddRecExpr 2012-05-30 03:35:20 +00:00
TypeBasedAliasAnalysis