aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2012-12-06-python27-miscompile.ll
AgeCommit message (Collapse)Author
2012-12-06Fix a bug in the code that merges consecutive stores. Previously we did notNadav Rotem
check if loads that happen in between stores alias with the first store in the chain, only with the second store onwards. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169516 91177308-0d34-0410-b5e6-96231b3b80d8