This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a0f9b6be64a [X86] Add additional saturating add/sub vector tests; NFC new 176bda89e4a [X86] Add test case for D56765. NFC new c500c66b51d [X86] Add a one use check to the setcc inversion code in co [...] new 17717539b05 AMDGPU: Adjust the chain for loads writing to the HI part o [...]
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/Target/AMDGPU/SIISelLowering.cpp | 45 +++++++++++ lib/Target/X86/X86ISelLowering.cpp | 4 +- test/CodeGen/AMDGPU/chain-hi-to-lo.ll | 141 ++++++++++++++++++++++++++++++++++ test/CodeGen/X86/vselect.ll | 33 ++++++++ 4 files changed, 221 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/AMDGPU/chain-hi-to-lo.ll