llvm-6502/test/Transforms/GVN
Dale Johannesen 42c3f554f4 This fixes a bug introduced in 72661, which can
move loads back past a check that the load address
is valid, see new testcase.  The test that went
in with 72661 has exactly this case, except that
the conditional it's moving past is checking
something else; I've settled for changing that
test to reference a global, not a pointer.  It
may be possible to scan all the tests you pass and
make sure none of them are checking any component
of the address, but it's not trivial and I'm not
trying to do that here.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73632 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-17 20:48:23 +00:00
..
2007-07-25-DominatedLoop.ll
2007-07-25-InfiniteLoop.ll
2007-07-25-Loop.ll
2007-07-25-NestedLoop.ll
2007-07-25-SinglePredecessor.ll
2007-07-26-InterlockingLoops.ll
2007-07-26-NonRedundant.ll
2007-07-26-PhiErasure.ll
2007-07-30-PredIDom.ll
2007-07-31-NoDomInherit.ll
2007-07-31-RedundantPhi.ll
2008-02-12-UndefLoad.ll
2008-02-13-NewPHI.ll
2008-02-24-NonDominatedMemcpy.ll
2008-02-26-MemCpySize.ll
2008-07-02-Unreachable.ll
2008-12-09-SelfRemove.ll
2008-12-12-RLE-Crash.ll
2008-12-14-rle-reanalyze.ll
2008-12-15-CacheVisited.ll fix PR3217: fully cached queries need to be verified against the 2008-12-16 07:10:09 +00:00
2009-01-21-SortInvalidation.ll Fix PR3358, a really nasty bug where recursive phi translated 2009-01-22 07:04:01 +00:00
2009-01-22-SortInvalidation.ll fix two more cases where we could let the NLPDI cache get unsorted. 2009-01-23 07:12:16 +00:00
2009-02-17-LoadPRECrash.ll Add a test for r61358, which I forgot to add way back when. 2009-02-18 07:50:22 +00:00
2009-03-05-dbg.ll Skip DbgInfoIntrinsic. 2009-03-06 02:59:27 +00:00
2009-03-10-PREOnVoid.ll Do not attempt to do parial redundancy elimination on void values. 2009-03-10 15:04:53 +00:00
2009-06-17-InvalidPRE.ll This fixes a bug introduced in 72661, which can 2009-06-17 20:48:23 +00:00
basic.ll
bitcast-of-call.ll
calls-nonlocal.ll
calls-readonly.ll
condprop.ll Reapply r68211, with the miscompilations it caused fixed. 2009-04-01 23:53:49 +00:00
dg.exp
load-constant-mem.ll make memdep use the getModRefInfo method for stores instead of the 2009-05-25 21:28:56 +00:00
local-pre.ll
lpre-basic.ll
lpre-call-wrap-2.ll Add a testcase for GCC PR 23455, which lpre handles now. Add some 2008-12-15 07:49:24 +00:00
lpre-call-wrap.ll Add a testcase for GCC PR 23455, which lpre handles now. Add some 2008-12-15 07:49:24 +00:00
mixed.ll
pre-basic-add.ll
pre-single-pred.ll This fixes a bug introduced in 72661, which can 2009-06-17 20:48:23 +00:00
rle-dominated.ll
rle-must-alias.ll
rle-no-phi-translate.ll
rle-nonlocal.ll
rle-phi-translate.ll
rle-semidominated.ll