This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eaec8b3 Delete dead code and add asserts instead; NFC new 92dbb17 [X86] RegCall - Handling v64i1 in 32/64 bit target
The 1 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/X86/CMakeLists.txt | 1 + lib/Target/X86/X86CallingConv.cpp | 60 ++++++ lib/Target/X86/X86CallingConv.h | 8 + lib/Target/X86/X86CallingConv.td | 32 ++- lib/Target/X86/X86ISelLowering.cpp | 347 ++++++++++++++++++++++++-------- test/CodeGen/X86/avx512-regcall-Mask.ll | 195 ++++++++++++++++++ 6 files changed, 552 insertions(+), 91 deletions(-) create mode 100644 lib/Target/X86/X86CallingConv.cpp create mode 100644 test/CodeGen/X86/avx512-regcall-Mask.ll