This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b06a386 [AVX512] Add KADD/KAND/KOR/KXOR to X86InstrInfo::isAssociativ [...] new d504c85 [ARM] Honour ABI for rem under -O0 for EABI, GNUEABI, Android [...] new 4052e72 [X86] Fix test checks to include leading 'v' on avx mnemonic names. new c9ba7aa [AVX512] Add EVEX versions of scalar ADD/SUB/MUL/DIV to load [...]
The 3 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: include/llvm/Target/TargetLowering.h | 5 + lib/Target/ARM/ARMFastISel.cpp | 7 ++ lib/Target/ARM/ARMISelLowering.cpp | 1 + lib/Target/ARM/ARMISelLowering.h | 6 ++ lib/Target/X86/X86InstrInfo.cpp | 38 +++++-- test/CodeGen/ARM/divmod-eabi.ll | 117 +++++++++++++++++++--- test/CodeGen/X86/stack-folding-fp-avx1.ll | 26 ++--- test/CodeGen/X86/stack-folding-fp-avx512vl.ll | 137 ++++++++++++++++++++++++++ 8 files changed, 302 insertions(+), 35 deletions(-) create mode 100644 test/CodeGen/X86/stack-folding-fp-avx512vl.ll