[PATCH] D46957: [x86] Lower some trunc + shuffle patterns to vpmovd[b|w]

Gabor Buella via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 08:40:19 PDT 2018


GBuella created this revision.
GBuella added reviewers: craig.topper, tkrupa, RKSimon.
Herald added a subscriber: llvm-commits.

This should help in lowering the following two intrinsics:
_mm256_cvtepi32_epi8
_mm256_cvtepi64_epi16


Repository:
  rL LLVM

https://reviews.llvm.org/D46957

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/shuffle-vs-trunc-256.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46957.147105.patch
Type: text/x-patch
Size: 8837 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180516/f9546b05/attachment.bin>


More information about the llvm-commits mailing list