[PATCH] D10964: [Codegen] Add intrinsics 'hsum*' and corresponding SDNodes for horizontal sum operation.

Shahid via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 03:42:11 PDT 2015


ashahid updated this revision to Diff 33923.
ashahid added a comment.

Updated the docs/LangRef.rst and related code for Hal's comment.


http://reviews.llvm.org/D10964

Files:
  docs/LangRef.rst
  include/llvm/CodeGen/ISDOpcodes.h
  include/llvm/IR/Intrinsics.td
  include/llvm/Target/TargetSelectionDAG.td
  lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  lib/CodeGen/SelectionDAG/LegalizeTypes.h
  lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  test/CodeGen/X86/vec-hadd-float-128.ll
  test/CodeGen/X86/vec-hadd-float-256.ll
  test/CodeGen/X86/vec-hadd-int-128.ll
  test/CodeGen/X86/vec-hadd-int-256.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10964.33923.patch
Type: text/x-patch
Size: 20396 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150903/f810c38f/attachment.bin>


More information about the llvm-commits mailing list