[PATCH] D40322: [scudo] Overhaul hardware CRC32 feature detection
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 22 09:16:00 PST 2017
cryptoad updated this revision to Diff 123956.
cryptoad added a comment.
Couple of changes regarding consistency in the general area of the changes:
- s/inline/INLINE/;
- use & for the weak check of computeHardwareCRC32 since we are using that form everywhere else;
https://reviews.llvm.org/D40322
Files:
lib/sanitizer_common/sanitizer_getauxval.h
lib/scudo/scudo_allocator.cpp
lib/scudo/scudo_utils.cpp
lib/scudo/scudo_utils.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40322.123956.patch
Type: text/x-patch
Size: 8180 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171122/6ab94ef6/attachment.bin>
More information about the llvm-commits
mailing list