[PATCH] D10964: [Codegen] Add intrinsics 'hsum*' and corresponding SDNodes for horizontal sum operation.
Shahid via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 22 06:46:54 PDT 2015
ashahid updated this revision to Diff 35370.
ashahid added a comment.
Hi Hal,
Updated the LangRef.rst and code accordingly.Please review.
Regards,
Shahid
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.35370.patch
Type: text/x-patch
Size: 21070 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150922/54d3a6b8/attachment.bin>
More information about the llvm-commits
mailing list