This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 911d377 AArch64: use correct SDValue # when looking for bitfield placement. new 18a21c4 DAGCombiner: Fold away vector extract of insert with the same index new 374dd7c ARM: fix `-mlong-calls` for WoA new 319708c [X86][AVX512] Fixed decoding of permd/permpd variable mask sh [...]
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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 8 +++ lib/Target/ARM/ARMISelLowering.cpp | 2 +- lib/Target/X86/Utils/X86ShuffleDecode.cpp | 5 +- lib/Target/X86/X86ISelLowering.cpp | 5 +- lib/Target/X86/X86ShuffleDecodeConstantPool.cpp | 7 ++- test/CodeGen/AMDGPU/vector-extract-insert.ll | 66 ++++++++++++++++++++++ test/CodeGen/ARM/Windows/long-calls.ll | 2 +- .../X86/vector-shuffle-combining-avx512bw.ll | 49 ++++++++++++++++ 8 files changed, 135 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/AMDGPU/vector-extract-insert.ll