[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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 23 12:44:54 PST 2019


craig.topper updated this revision to Diff 188055.
craig.topper added a comment.
Herald added a project: LLVM.

Use getBoolExtOrTrunc. Remove unneeded code from LowerXALU0


Repository:
  rL LLVM

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

https://reviews.llvm.org/D58567

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58567.188055.patch
Type: text/x-patch
Size: 48514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190223/25c73958/attachment.bin>


More information about the llvm-commits mailing list