This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b4cc6b6cce7 [CodeGenPrepare] avoid crashing on non-canonical/degenerate code new 6005be2936a [NFC] Fix PGO link error in shared libs build new 2b856d4d48d [msan] Instrument x86 BMI intrinsics.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../Instrumentation/PGOInstrumentation.h | 7 +- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 31 +++++ .../Instrumentation/PGOInstrumentation.cpp | 9 +- test/Instrumentation/MemorySanitizer/bmi.ll | 147 +++++++++++++++++++++ 4 files changed, 187 insertions(+), 7 deletions(-) create mode 100644 test/Instrumentation/MemorySanitizer/bmi.ll