This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a0a61c42505 [ScalarizeMaskedMemIntrin] Limit the scope of some variable [...] new dfdeb96122e [x86] try to make test immune to better div optimization; NFCI new 94a3208c98e [x86] try to make test immune to better div optimization; NFCI new 80491cca53e [COFF, ARM64] Make sure to forward arguments from vararg to [...] new bf4357523a6 [x86] try to make test immune to better div optimization; NFCI
The 4 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/AArch64/AArch64ISelLowering.cpp | 19 +++++ lib/Target/AArch64/AArch64MachineFunctionInfo.h | 8 +++ test/CodeGen/AArch64/vararg-tallcall.ll | 34 +++++++++ test/CodeGen/X86/copy-eflags.ll | 94 +++++++++++-------------- test/CodeGen/X86/pr32282.ll | 34 ++++----- 5 files changed, 118 insertions(+), 71 deletions(-) create mode 100644 test/CodeGen/AArch64/vararg-tallcall.ll