This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 61ec843 AMDGPU: Fixed '!NodePtr->isKnownSentinel()' assert new 8d97307 AMDGPU: Use i16 comparison instructions new b1e16f2 AMDGPU: Fix missing 16-bit cmpx instructions
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/Target/AMDGPU/SIISelLowering.cpp | 4 +- lib/Target/AMDGPU/VOPCInstructions.td | 83 +++++++- test/CodeGen/AMDGPU/fcmp.f16.ll | 33 ++++ test/CodeGen/AMDGPU/icmp.i16.ll | 353 ++++++++++++++++++++++++++++++++++ test/CodeGen/AMDGPU/setcc-opt.ll | 8 +- test/MC/AMDGPU/vopc-vi.s | 267 +++++++++++++++++++++++++ 6 files changed, 741 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/AMDGPU/icmp.i16.ll create mode 100644 test/MC/AMDGPU/vopc-vi.s