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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 7 13:02:09 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL353464: [CodeGen] Handle vector UADDO, SADDO, USUBO, SSUBO (authored by nikic, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D57639?vs=185821&id=185850#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D57639

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57639.185850.patch
Type: text/x-patch
Size: 311571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190207/a00e2db2/attachment-0001.bin>


More information about the llvm-commits mailing list