diff options
author | Florian Hahn <flo@fhahn.com> | 2023-03-17 16:26:07 +0000 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2023-03-17 16:26:16 +0000 |
commit | 962c306a11d0a21c884c12e18825b8a41ba1bd7d (patch) | |
tree | 118ee36732aa0c29f55cb4615c4c2c109c9fb4de /lldb/source/Commands/CommandObjectWatchpoint.cpp | |
parent | 3ddc88c38068449842b5ae31285d2a194f0dc4f9 (diff) | |
download | llvm-962c306a11d0a21c884c12e18825b8a41ba1bd7d.zip llvm-962c306a11d0a21c884c12e18825b8a41ba1bd7d.tar.gz llvm-962c306a11d0a21c884c12e18825b8a41ba1bd7d.tar.bz2 |
[LV] Don't consider pointer as uniform if it is also stored.
Update isVectorizedMemAccessUse to also check if the pointer is stored.
This prevents LV to incorrectly consider a pointer as uniform if it is
used as both pointer and stored by the same StoreInst.
Fixes #61396.
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpoint.cpp')
0 files changed, 0 insertions, 0 deletions