[PATCH] D44370: [X86] Combine vXi64 multiplies to MULDQ/MULUDQ during DAG combine instead of lowering.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 26 13:44:02 PDT 2018


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

Rebase since simplify demanded bits went in. Still need to figure out how to fix the regression. Everything I've tried so far as introduce other regressions.


https://reviews.llvm.org/D44370

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/combine-pmuldq.ll
  test/CodeGen/X86/masked_gather_scatter.ll
  test/CodeGen/X86/mulvi32.ll
  test/CodeGen/X86/pmul.ll
  test/CodeGen/X86/xop-ifma.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44370.139845.patch
Type: text/x-patch
Size: 14923 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180326/d02af4c9/attachment.bin>


More information about the llvm-commits mailing list