Fix a bug in the code that merges consecutive stores. Previously we did not
check if loads that happen in between stores alias with the first store in the chain, only with the second store onwards. llvm-svn: 169516
Loading
Please register or sign in to comment