llvm-6502/test/Analysis/TypeBasedAliasAnalysis
Chad Rosier 1523db7c64 Reapply r221924: "[GVN] Perform Scalar PRE on gep indices that feed loads before
doing Load PRE"

This commit updates the failing test in
Analysis/TypeBasedAliasAnalysis/gvn-nonlocal-type-mismatch.ll

The failing test is sensitive to the order in which we process loads.  This
version turns on the RPO traversal instead of the while DT traversal in GVN.
The new test code is functionally same just the order of loads that are
eliminated is swapped.

This new version also fixes an issue where GVN splits a critical edge and
potentially invalidate the RPO/DT iterator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222039 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-14 21:09:13 +00:00
..
aliastest.ll
argument-promotion.ll
dse.ll [DSE] Remove no-data-layout-only type-based overlap checking 2014-10-17 11:56:00 +00:00
dynamic-indices.ll
functionattrs.ll
gvn-nonlocal-type-mismatch.ll Reapply r221924: "[GVN] Perform Scalar PRE on gep indices that feed loads before 2014-11-14 21:09:13 +00:00
intrinsics.ll
licm.ll
memcpyopt.ll
placement-tbaa.ll AA metadata refactoring (introduce AAMDNodes) 2014-07-24 12:16:19 +00:00
PR17620.ll
precedence.ll
sink.ll
tbaa-path.ll AA metadata refactoring (introduce AAMDNodes) 2014-07-24 12:16:19 +00:00