This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a24ffee DWARFDie.h: Move a class declaration out of the method descri [...] new cd9ca6a RegionPass: Set isExecuted flag correctly new a3c8656 [X86][AVX512] Adding missing shuffle lowering to blend mask i [...]
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/Analysis/RegionPass.cpp | 1 + lib/Target/X86/X86ISelLowering.cpp | 47 ++++++- test/CodeGen/X86/avx512-mask-op.ll | 10 +- test/CodeGen/X86/merge-consecutive-loads-512.ll | 48 ++++---- test/CodeGen/X86/sse3-avx-addsub.ll | 9 +- test/CodeGen/X86/vector-shuffle-128-v16.ll | 23 ++-- test/CodeGen/X86/vector-shuffle-256-v16.ll | 24 ++-- test/CodeGen/X86/vector-shuffle-256-v32.ll | 77 +++++++----- test/CodeGen/X86/vector-shuffle-512-v16.ll | 6 +- test/CodeGen/X86/vector-shuffle-512-v32.ll | 8 +- test/CodeGen/X86/vector-shuffle-512-v8.ll | 15 +-- test/CodeGen/X86/vector-shuffle-avx512.ll | 156 +++++++++++++++++++++++- 12 files changed, 326 insertions(+), 98 deletions(-)