This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f512ffbc7e8 [X86] Use X86_CPU_SUBTYPE_COMPAT for 'cascadelake' cpu. new 02e42d437e0 [MemorySSA & SimpleLoopUnswitch] Update MemorySSA in Replac [...] new 18ad7ec3029 [X86] Fix bug in vectorcall calling convention
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/Target/X86/X86CallingConv.cpp | 5 +- lib/Transforms/Scalar/LoopUnswitch.cpp | 14 +-- test/Analysis/MemorySSA/pr39197.ll | 153 +++++++++++++++++++++++++++++++++ test/CodeGen/X86/x86-64-veccallcc.ll | 27 ++++++ 4 files changed, 193 insertions(+), 6 deletions(-) create mode 100644 test/Analysis/MemorySSA/pr39197.ll create mode 100644 test/CodeGen/X86/x86-64-veccallcc.ll