This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 73b5f3e [AVX-512] Add masked 512-bit integer add/sub instructions to [...] new d361156 [AVX-512] Add masked 128/256-bit integer add/sub instructions [...] new 1c279fa [AVX-512] Add unmasked EVEX vpmovzx/sx instructions to load f [...]
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/X86InstrInfo.cpp | 100 ++++++++++ test/CodeGen/X86/stack-folding-int-avx1.ll | 108 ----------- test/CodeGen/X86/stack-folding-int-avx512.ll | 98 ++++++++++ test/CodeGen/X86/stack-folding-int-avx512vl.ll | 254 +++++++++++++++++++++++++ 4 files changed, 452 insertions(+), 108 deletions(-)