[PATCH] D58858: [msan] Instrument x86 BMI intrinsics.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 1 17:02:21 PST 2019
eugenis created this revision.
eugenis added reviewers: pcc, vitalybuka.
Herald added subscribers: Sanitizers, hiraditya.
Herald added projects: Sanitizers, LLVM.
They simply shuffle bits. MSan needs to do the same with shadow bits,
after making sure that the shuffle mask is fully initialized.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D58858
Files:
compiler-rt/lib/msan/tests/msan_test.cc
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
llvm/test/Instrumentation/MemorySanitizer/bmi.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58858.189012.patch
Type: text/x-patch
Size: 14238 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190302/58e7b41c/attachment.bin>
More information about the llvm-commits
mailing list