This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ce89bf1 Correct object file for implicit const test new aca5f16 [WebAssembly] Only RAUW a constant once in FixFunctionBitcasts new fa5aafa DAG: Avoid OOB when legalizing vector indexing
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: include/llvm/Target/TargetLowering.h | 7 + lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 40 +- lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 16 - lib/CodeGen/SelectionDAG/LegalizeTypes.h | 1 - lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 7 +- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 45 +- .../WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 17 +- test/CodeGen/AArch64/arm64-neon-copy.ll | 9 +- test/CodeGen/AArch64/arm64-nvcast.ll | 18 +- test/CodeGen/AMDGPU/insert_vector_elt.ll | 8 +- test/CodeGen/AMDGPU/local-stack-slot-bug.ll | 7 +- test/CodeGen/ARM/fp16-promote.ll | 4 +- test/CodeGen/ARM/vdup.ll | 3 +- test/CodeGen/Mips/llvm-ir/extractelement.ll | 3 +- test/CodeGen/PowerPC/variable_elem_vec_extracts.ll | 6 +- test/CodeGen/WebAssembly/function-bitcasts.ll | 16 + test/CodeGen/X86/extractelement-index.ll | 16 + .../extractelement-legalization-store-ordering.ll | 10 +- test/CodeGen/X86/i64-mem-copy.ll | 3 +- test/CodeGen/X86/vec_ins_extract-1.ll | 24 +- test/CodeGen/X86/vec_insert-4.ll | 6 +- test/CodeGen/X86/vec_insert-8.ll | 18 +- test/CodeGen/X86/vector-shuffle-variable-128.ll | 1184 +++++++++++--------- test/CodeGen/X86/vector-shuffle-variable-256.ll | 334 ++++-- 24 files changed, 1091 insertions(+), 711 deletions(-)