diff options
author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-05-23 09:26:46 +0000 |
---|---|---|
committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-05-23 09:26:46 +0000 |
commit | 764b7e66f00f883bdbff98b8d6ca3615252fa1b0 (patch) | |
tree | 0647dfec6de507ecd183e79fed01eeac16555fcb /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py | |
parent | 38a012c46b50114863c1f773cd5ead688b13989f (diff) | |
download | bcm5719-llvm-764b7e66f00f883bdbff98b8d6ca3615252fa1b0.tar.gz bcm5719-llvm-764b7e66f00f883bdbff98b8d6ca3615252fa1b0.zip |
[FIX] Require base pointers of loads that might alias to be hoisted
Since the base pointer of a possibly aliasing pointer might not alias
with any other pointer it (the base pointer) might not be tagged as
"required invariant". However, we need it do be in order to compare
the accessed addresses of the derived (possibly aliasing) pointer.
This patch also tries to clean up the load hoisting a little bit.
llvm-svn: 270412
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py')
0 files changed, 0 insertions, 0 deletions