llvm-6502/test/Analysis/BasicAA
Chris Lattner 845f0d2f0f If we are checking to see if the result of a call aliases a
pointer derived from a local allocation, if the local allocation
never escapes, the pointers can't alias.  This implements PR2436


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52301 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-16 06:19:11 +00:00
..
2003-02-26-AccessSizeTest.ll
2003-03-04-GEPCrash.ll Suppress the (stderr) output of -aa-eval, this fixes 5 tests. 2008-06-10 12:39:15 +00:00
2003-04-22-GEPProblem.ll
2003-04-25-GEPCrash.ll Suppress the (stderr) output of -aa-eval, this fixes 5 tests. 2008-06-10 12:39:15 +00:00
2003-05-21-GEP-Problem.ll
2003-06-01-AliasCrash.ll Suppress the (stderr) output of -aa-eval, this fixes 5 tests. 2008-06-10 12:39:15 +00:00
2003-07-03-BasicAACrash.ll Suppress the (stderr) output of -aa-eval, this fixes 5 tests. 2008-06-10 12:39:15 +00:00
2003-09-19-LocalArgument.ll
2003-11-04-SimpleCases.ll
2003-12-11-ConstExprGEP.ll
2004-01-29-InvariantMemory.ll rename *.llx -> *.ll, last batch. 2008-04-19 22:32:52 +00:00
2004-07-28-MustAliasbug.ll rename *.llx -> *.ll, last batch. 2008-04-19 22:32:52 +00:00
2004-12-08-BasicAACrash2.ll
2004-12-08-BasicAACrash.ll
2005-03-09-BrokenBasicAA.ll
2006-03-03-BadArraySubscript.ll
2006-11-03-BasicAAVectorCrash.ll
2007-01-13-BasePointerBadNoAlias.ll
2007-08-01-NoAliasAndCalls.ll
2007-08-01-NoAliasAndGEP.ll
2007-08-05-GetOverloadedModRef.ll
2007-10-24-ArgumentsGlobals.ll
2007-11-05-SizeCrash.ll
2007-12-08-OutOfBoundsCrash.ll
2008-04-15-Byval.ll
2008-06-02-GEPTailCrash.ll Fixes PR2395. Looking for a constant in a GEP tail (when the first GEP 2008-06-02 17:26:12 +00:00
byval.ll
dg.exp sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
featuretest.ll
gcsetest.ll
global-size.ll
licmtest.ll Fix this test. It was testing broken behavior in that it required ADCE to eliminate 2008-05-16 04:25:09 +00:00
modref.ll
no-escape-call.ll If we are checking to see if the result of a call aliases a 2008-06-16 06:19:11 +00:00
pure-const-dce.ll
tailcall-modref.ll