[PATCH] D55165: [X86] Teach LowerMUL/LowerMULH for vXi8 to unpack constant RHS.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 1 14:19:07 PST 2018


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

Fix a comment


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55165

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/combine-mul.ll
  test/CodeGen/X86/pmul.ll
  test/CodeGen/X86/prefer-avx256-wide-mul.ll
  test/CodeGen/X86/vector-idiv-sdiv-128.ll
  test/CodeGen/X86/vector-idiv-sdiv-256.ll
  test/CodeGen/X86/vector-idiv-sdiv-512.ll
  test/CodeGen/X86/vector-idiv-udiv-128.ll
  test/CodeGen/X86/vector-idiv-udiv-256.ll
  test/CodeGen/X86/vector-idiv-udiv-512.ll
  test/CodeGen/X86/vector-mul.ll
  test/CodeGen/X86/vector-shift-shl-128.ll
  test/CodeGen/X86/vector-shift-shl-256.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55165.176271.patch
Type: text/x-patch
Size: 199122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181201/7f45ebd2/attachment-0001.bin>


More information about the llvm-commits mailing list