aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Utility/ModuleCache.cpp
diff options
context:
space:
mode:
authorAhmed Bougacha <ahmed.bougacha@gmail.com>2015-03-09 22:51:05 +0000
committerAhmed Bougacha <ahmed.bougacha@gmail.com>2015-03-09 22:51:05 +0000
commitc809761dc0695d2b9640378e01c994d4948b64f6 (patch)
treed89b3b4fbf15bdc9df40b538d874e783fa1dae59 /lldb/source/Utility/ModuleCache.cpp
parent540469d8a2f2cf7bc02e2d892e0b8441e512d735 (diff)
downloadllvm-c809761dc0695d2b9640378e01c994d4948b64f6.zip
llvm-c809761dc0695d2b9640378e01c994d4948b64f6.tar.gz
llvm-c809761dc0695d2b9640378e01c994d4948b64f6.tar.bz2
[CodeGen] Replace the reused stores' chain for extractelt expansion.
This fixes a subtle issue that was introduced in r205153. When reusing a store for the extractelement expansion (to load directly from it, inserting of going through the stack), later stores to the same location might have overwritten the data we were expecting to extract from. To fix that, we need to explicitly replace the chain going out of the reused store, so that later stores also have an explicit dependency on the generated element-extracting loads, and can't clobber them. rdar://20066785 Differential Revision: http://reviews.llvm.org/D8180 llvm-svn: 231721
Diffstat (limited to 'lldb/source/Utility/ModuleCache.cpp')
0 files changed, 0 insertions, 0 deletions