[PATCH] D98587: [X86] Optimize vXi8 MULHS on targets where we can't sign_extend to the next register size.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 28 11:50:42 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG69bdf35dc70c: [X86] Optimize vXi8 MULHS on targets where we can't sign_extend to the next… (authored by craig.topper).

Changed prior to commit:
  https://reviews.llvm.org/D98587?vs=332869&id=333731#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98587

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/combine-sdiv.ll
  llvm/test/CodeGen/X86/vec_smulo.ll
  llvm/test/CodeGen/X86/vector-idiv-sdiv-128.ll
  llvm/test/CodeGen/X86/vector-idiv-sdiv-256.ll
  llvm/test/CodeGen/X86/vector-idiv-sdiv-512.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98587.333731.patch
Type: text/x-patch
Size: 248881 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210328/78c09a4c/attachment-0001.bin>


More information about the llvm-commits mailing list