llvm-6502/test/Analysis
Chris Lattner 91b2307a89 fix PR7589: In brief:
gep P, (zext x) != gep P, (sext x)

DecomposeGEPExpression was getting this wrong, confusing
basicaa.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111352 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-18 04:28:19 +00:00
..
BasicAA fix PR7589: In brief: 2010-08-18 04:28:19 +00:00
CallGraph
Dominators
GlobalsModRef
LoopDependenceAnalysis
LoopInfo
PointerTracking
PostDominators
Profiling
RegionInfo RegionInfo: Do not assert if a BB is not part of the dominance tree. 2010-08-10 09:54:35 +00:00
ScalarEvolution When analyzing loop exit conditions combined with and and or, don't 2010-08-11 00:12:36 +00:00