This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f0f6731796f [InstCombine] regenerate test checks, add comments; NFC new a8fed479494 [sanitizer-coverage] Change cmp instrumentation to distingu [...] new c77616edced [Hexagon] Use isMetaInstruction instead of isDebugValue new 32221c778cc [InstCombine] regenerate test checks; NFC
The 3 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: lib/Target/Hexagon/HexagonCopyToCombine.cpp | 3 +- lib/Target/Hexagon/HexagonEarlyIfConv.cpp | 2 +- lib/Target/Hexagon/HexagonFixupHwLoops.cpp | 2 +- .../Instrumentation/SanitizerCoverage.cpp | 44 +++++++++++++-- .../SanitizerCoverage/const-cmp-tracing.ll | 64 ++++++++++++++++++++++ test/Transforms/InstCombine/memcpy-1.ll | 6 +- test/Transforms/InstCombine/memcpy-2.ll | 7 ++- test/Transforms/InstCombine/memcpy-to-load.ll | 21 ++++--- 8 files changed, 128 insertions(+), 21 deletions(-) create mode 100644 test/Instrumentation/SanitizerCoverage/const-cmp-tracing.ll