Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [msan] Instrument x86 BMI intrinsics. | Evgeniy Stepanov | 2019-03-04 | 1 | -0/+147 |
Summary: They simply shuffle bits. MSan needs to do the same with shadow bits, after making sure that the shuffle mask is fully initialized. Reviewers: pcc, vitalybuka Subscribers: hiraditya, #sanitizers, llvm-commits Tags: #sanitizers, #llvm Differential Revision: https://reviews.llvm.org/D58858 llvm-svn: 355348 |