This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a151ead AMDGPU: Fix i128 mul new 70df293 [SelectionDAG] Add knownbits support for EXTRACT_VECTOR_ELT o [...] new f811020 AMDGPU: Fix isTypeDesirableForOp for i16
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/SelectionDAG/SelectionDAG.cpp | 36 +++++++++++++++++++++++++++++++ lib/Target/AMDGPU/SIISelLowering.cpp | 20 +++++++++++++---- lib/Target/X86/X86ISelLowering.cpp | 7 +++++- test/CodeGen/X86/known-bits-vector.ll | 12 ++--------- test/CodeGen/X86/pr31323.ll | 27 +++++++++++++++++++++++ 5 files changed, 87 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/X86/pr31323.ll