Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [msan] Instrument x86.pclmulqdq* intrinsics. | Evgenii Stepanov | 2020-01-27 | 1 | -0/+72 |
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 (cherry picked from commit 1df8549b26892198ddf77dfd627eb9f979d45b7e) |