[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
Wed Mar 28 09:26:52 PDT 2018


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

Remove TODOs


https://reviews.llvm.org/D44370

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/ARM/dagcombine-anyexttozeroext.ll
  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.140093.patch
Type: text/x-patch
Size: 18333 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180328/9d7f5520/attachment.bin>


More information about the llvm-commits mailing list