[all-commits] [llvm/llvm-project] 1df854: [msan] Instrument x86.pclmulqdq* intrinsics.
Evgenii Stepanov via All-commits
all-commits at lists.llvm.org
Fri Jan 24 14:31:47 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1df8549b26892198ddf77dfd627eb9f979d45b7e
https://github.com/llvm/llvm-project/commit/1df8549b26892198ddf77dfd627eb9f979d45b7e
Author: Evgenii Stepanov <eugenis at google.com>
Date: 2020-01-24 (Fri, 24 Jan 2020)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
A llvm/test/Instrumentation/MemorySanitizer/clmul.ll
Log Message:
-----------
[msan] Instrument x86.pclmulqdq* intrinsics.
Summary:
These instructions ignore parts of the input vectors which makes the
default MSan handling too strict and causes false positive reports.
Reviewers: vitalybuka, RKSimon, thakis
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73374
More information about the All-commits
mailing list