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

Shahid Asghar-ahmad.Shahid at amd.com
Tue Jul 14 04:42:37 PDT 2015


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

The updated revision has slight document change.Another change is to propagate NSW flag to appropriate SDAG.
It also has a change for intrinsic declaration.


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/LegalizeDAG.cpp
  lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.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.29663.patch
Type: text/x-patch
Size: 21236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150714/abd5afa6/attachment.bin>


More information about the llvm-commits mailing list