[PATCH] D73374: [msan] Instrument x86.pclmulqdq* intrinsics.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 11:13:07 PST 2020


eugenis created this revision.
eugenis added reviewers: vitalybuka, RKSimon, thakis.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.

These instructions ignore parts of the input vectors which makes the
default MSan handling too strict and causes false positive reports.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73374

Files:
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/test/Instrumentation/MemorySanitizer/clmul.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73374.240254.patch
Type: text/x-patch
Size: 5869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200124/aab7e614/attachment.bin>


More information about the llvm-commits mailing list