[PATCH] D57639: [CodeGen] Handle vector UADDO, SADDO, USUBO, SSUBO

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 3 03:43:11 PST 2019


nikic updated this revision to Diff 184940.
nikic added a comment.
Herald added subscribers: nhaehnle, jvesely.

Short-circuit result assignment if possible. Add AMDGPU tests from D57548 <https://reviews.llvm.org/D57548>.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57639/new/

https://reviews.llvm.org/D57639

Files:
  lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  lib/CodeGen/SelectionDAG/LegalizeTypes.h
  lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  test/CodeGen/AArch64/vec_uaddo.ll
  test/CodeGen/AMDGPU/saddo.ll
  test/CodeGen/AMDGPU/ssubo.ll
  test/CodeGen/AMDGPU/uaddo.ll
  test/CodeGen/AMDGPU/usubo.ll
  test/CodeGen/X86/vec_saddo.ll
  test/CodeGen/X86/vec_ssubo.ll
  test/CodeGen/X86/vec_uaddo.ll
  test/CodeGen/X86/vec_usubo.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57639.184940.patch
Type: text/x-patch
Size: 313469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190203/62c8b2cb/attachment-0001.bin>


More information about the llvm-commits mailing list