diff options
author | Johannes Doerfert <johannes@jdoerfert.de> | 2021-07-13 22:50:57 -0500 |
---|---|---|
committer | Johannes Doerfert <johannes@jdoerfert.de> | 2021-07-20 01:39:33 -0500 |
commit | 5eba7846a5cb3777bf1178da5bbd86f117157d98 (patch) | |
tree | 2011a07b4c5728e43425b6dcb8a4d4f3ff482730 /lldb/packages/Python/lldbsuite/test | |
parent | 3f981fc1861a0683eb00b442d4cad7410d4a8e59 (diff) | |
download | llvm-5eba7846a5cb3777bf1178da5bbd86f117157d98.zip llvm-5eba7846a5cb3777bf1178da5bbd86f117157d98.tar.gz llvm-5eba7846a5cb3777bf1178da5bbd86f117157d98.tar.bz2 |
[Attributor] Use checkForAllUses instead of custom use tracking
AAMemoryBehaviorFloating used a custom use tracking mechanism even
though checkForAllUses exists and is already more powerful. Further,
AAMemoryBehaviorFloating uses AANoCapture to guarantee that there are no
aliases and following the uses is sufficient. This is an OK assumption
if checkForAllUses is used but custom tracking is easily out of sync
with AANoCapture and problems follow.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions