[PATCH] D37680: [X86][SSE] Add support for X86ISD::PACKSS to ComputeNumSignBitsForTargetNode

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 05:27:38 PDT 2017


RKSimon updated this revision to Diff 114574.
RKSimon added a comment.

Added general test cases (not directly calling PACKSS intrinsic).

I added v16i32/v16i64 cases although these need some further work to be handled in combineLogicBlendIntoPBLENDV


Repository:
  rL LLVM

https://reviews.llvm.org/D37680

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/bitcast-and-setcc-512.ll
  test/CodeGen/X86/vselect-packss.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37680.114574.patch
Type: text/x-patch
Size: 7061 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170911/00caa362/attachment.bin>


More information about the llvm-commits mailing list