This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 610e45c [AVX-512] Teach fastisel load/store handling to use EVEX enco [...] new 7471df8 CodeGen: ensure that libcalls are always AAPCS CC new a9a5240 [AVX-512] Fix v8i64 shift by immediate lowering on 32-bit targets.
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/CodeGen/TargetLoweringBase.cpp | 13 ++- lib/Target/X86/X86ISelLowering.cpp | 3 +- test/CodeGen/ARM/arm32-rounding.ll | 85 +++++++++--------- test/CodeGen/ARM/tail-call-builtin.ll | 23 ++--- test/CodeGen/Thumb2/float-intrinsics-double.ll | 119 +++++++++++++------------ test/CodeGen/Thumb2/float-intrinsics-float.ll | 115 ++++++++++++------------ test/CodeGen/Thumb2/float-ops.ll | 5 +- test/CodeGen/X86/avx512-calling-conv.ll | 7 +- test/CodeGen/X86/masked_gather_scatter.ll | 18 ++-- test/CodeGen/X86/vector-shuffle-512-v8.ll | 8 +- 10 files changed, 200 insertions(+), 196 deletions(-)