[PATCH] D68428: [X86] Add custom type legalization for v16i64->v16i8 truncate and v8i64->v8i8 truncate when v8i64 isn't legal

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 11:20:18 PDT 2019


craig.topper updated this revision to Diff 223253.
craig.topper added a comment.

Rebase after landing the VTRUNCUS/VTRUNCS patch.


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

https://reviews.llvm.org/D68428

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/min-legal-vector-width.ll
  llvm/test/CodeGen/X86/vector-trunc-packus.ll
  llvm/test/CodeGen/X86/vector-trunc-ssat.ll
  llvm/test/CodeGen/X86/vector-trunc-usat.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68428.223253.patch
Type: text/x-patch
Size: 14826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191004/89592f74/attachment.bin>


More information about the llvm-commits mailing list