[PATCH] D10867: [Codegen] Added intrinsics 'absdiff' and corresponding SDNodes for absolute difference operation

Shahid Asghar-ahmad.Shahid at amd.com
Tue Jul 14 09:49:47 PDT 2015


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

The expansion of *ABSDIFF node has been moved to LegalizeVectorOps from LegalizeDAG as this is a vector operation.


Repository:
  rL LLVM

http://reviews.llvm.org/D10867

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/LegalizeVectorOps.cpp
  lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  test/CodeGen/X86/absdiff_expand.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10867.29680.patch
Type: text/x-patch
Size: 19190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150714/55f3772e/attachment.bin>


More information about the llvm-commits mailing list