[PATCH] D107352: [MemoryLocation] learn about ptr_provenance
Jeroen Dobbelaere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 5 07:56:34 PDT 2021
jeroen.dobbelaere updated this revision to Diff 377243.
jeroen.dobbelaere added a comment.
- Rebased
- use `llvm::hash_combine` instead of `xor` for combining the different elements. This avoids hash clashes when ptr == ptr_provenance
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107352/new/
https://reviews.llvm.org/D107352
Files:
llvm/include/llvm/Analysis/MemoryLocation.h
llvm/lib/Analysis/MemoryLocation.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107352.377243.patch
Type: text/x-patch
Size: 4996 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211005/37212bd6/attachment.bin>
More information about the llvm-commits
mailing list