summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/MemorySanitizer/bmi.ll
Commit message (Collapse)AuthorAgeFilesLines
* [msan] Instrument x86 BMI intrinsics.Evgeniy Stepanov2019-03-041-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
OpenPOWER on IntegriCloud