[PATCH] D51553: [DAGCombiner][x86] add transform/hook to load a scalar directly for use in a vector binop

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 12 15:50:07 PDT 2018


spatel updated this revision to Diff 165173.
spatel added a comment.

Patch updated:
Added documentation comment for the new target hook.


https://reviews.llvm.org/D51553

Files:
  include/llvm/CodeGen/TargetLowering.h
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  test/CodeGen/X86/load-scalar-as-vector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51553.165173.patch
Type: text/x-patch
Size: 10640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180912/cc258792/attachment.bin>


More information about the llvm-commits mailing list