aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/combiner-aa-1.ll
Commit message (Collapse)AuthorAgeFilesLines
* Don't pull a load through a callseq_start if the load's chainDan Gohman2009-09-151-0/+23
has multiple uses, as one of the other uses may be on a path to a different node above the callseq_start, because that leads to a cyclic graph. This problem is exposed when -combiner-global-alias-analysis is used. This fixes PR4880. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81821 91177308-0d34-0410-b5e6-96231b3b80d8