[PATCH] D50781: [X86][SSE] Lower constant vXi8 ISD::SRL/ISD::SRA using PMULLW

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 10:22:43 PDT 2018


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

Remove unnecessary hasBWI()


Repository:
  rL LLVM

https://reviews.llvm.org/D50781

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/combine-sdiv.ll
  test/CodeGen/X86/vector-rotate-512.ll
  test/CodeGen/X86/vector-shift-ashr-128.ll
  test/CodeGen/X86/vector-shift-ashr-256.ll
  test/CodeGen/X86/vector-shift-ashr-512.ll
  test/CodeGen/X86/vector-shift-lshr-128.ll
  test/CodeGen/X86/vector-shift-lshr-256.ll
  test/CodeGen/X86/vector-shift-lshr-512.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50781.161055.patch
Type: text/x-patch
Size: 93473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180816/b50bc6fa/attachment.bin>


More information about the llvm-commits mailing list