[PATCH] D58567: [LegalizeTypes][AArch64][X86] Make type legalization of vector (S/U)ADD/SUB/MULO follow getSetCCResultType for the overflow bits. Make UnrollVectorOverflowOp properly convert from scalar boolean contents to vector boolean contents

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 24 11:25:04 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL354753: [LegalizeTypes][AArch64][X86] Make type legalization of vector… (authored by ctopper, committed by ).

Repository:
  rL LLVM

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

https://reviews.llvm.org/D58567

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/AArch64/vec_uaddo.ll
  llvm/trunk/test/CodeGen/AArch64/vec_umulo.ll
  llvm/trunk/test/CodeGen/X86/vec_saddo.ll
  llvm/trunk/test/CodeGen/X86/vec_smulo.ll
  llvm/trunk/test/CodeGen/X86/vec_ssubo.ll
  llvm/trunk/test/CodeGen/X86/vec_uaddo.ll
  llvm/trunk/test/CodeGen/X86/vec_umulo.ll
  llvm/trunk/test/CodeGen/X86/vec_usubo.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58567.188085.patch
Type: text/x-patch
Size: 48877 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190224/ab71f53c/attachment.bin>


More information about the llvm-commits mailing list