diff options
author | Teresa Johnson <tejohnson@google.com> | 2021-09-29 19:14:09 -0700 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2021-09-30 15:07:55 -0700 |
commit | 0d8bdc17862e1c80edf1223282af3be786da4882 (patch) | |
tree | 05bbde7591ba5d65c57be252a41ad8e4dd045895 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | |
parent | c82f98ba4c7038dfd7bc912c1fed891e4ff34818 (diff) | |
download | llvm-0d8bdc17862e1c80edf1223282af3be786da4882.zip llvm-0d8bdc17862e1c80edf1223282af3be786da4882.tar.gz llvm-0d8bdc17862e1c80edf1223282af3be786da4882.tar.bz2 |
[MemProf] Record accesses for all words touched in mem intrinsic
Previously for mem* intrinsics we only incremented the access count for
the first word in the range. However, after thinking it through I think
it makes more sense to record an access for every word in the range.
This better matches the behavior of inlined memory intrinsics, and also
allows better analysis of utilization at a future date.
Differential Revision: https://reviews.llvm.org/D110799
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
0 files changed, 0 insertions, 0 deletions