[PATCH] D18307: [X86][SSE] Add MULHS/MULHU custom lowering for i8 vectors

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 20 16:29:37 PDT 2016


RKSimon created this revision.
RKSimon added reviewers: qcolombet, congh, andreadb, spatel.
RKSimon added a subscriber: llvm-commits.
RKSimon set the repository for this revision to rL LLVM.

Currently this is to mainly to prevent scalarization of integer division by constants.

Repository:
  rL LLVM

http://reviews.llvm.org/D18307

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/vector-idiv-sdiv-128.ll
  test/CodeGen/X86/vector-idiv-sdiv-256.ll
  test/CodeGen/X86/vector-idiv-udiv-128.ll
  test/CodeGen/X86/vector-idiv-udiv-256.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18307.51137.patch
Type: text/x-patch
Size: 174356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160320/0a46c8c7/attachment.bin>


More information about the llvm-commits mailing list