This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1d3e685c4b0 Do not early-inline recursive calls in sample profile loader. new 5c9336eb2bc [CGP, x86] add tests for potential memcmp expansion; NFC new 8efab37a20d [MachO] Fix codegen of alias of alias.
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: lib/MC/MCExpr.cpp | 4 + test/MC/MachO/alias.s | 12 + test/MC/MachO/variable-exprs.s | 8 +- test/Transforms/CodeGenPrepare/X86/memcmp.ll | 337 +++++++++++++++++++++++++++ 4 files changed, 357 insertions(+), 4 deletions(-) create mode 100644 test/MC/MachO/alias.s create mode 100644 test/Transforms/CodeGenPrepare/X86/memcmp.ll