[PATCH] D26072: [PPC] add absolute difference altivec instructions and matching intrinsics

Sean Fertile via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 06:12:55 PDT 2016


sfertile created this revision.
sfertile added reviewers: kbarton, amehsan, lei, jtony, syzaara, echristo.
sfertile added a subscriber: llvm-commits.
sfertile set the repository for this revision to rL LLVM.
Herald added subscribers: nemanjai, mehdi_amini.

adds vabsd* instruction for unsigned byte/halfword/word, and matching intrinsics to expose them.


Repository:
  rL LLVM

https://reviews.llvm.org/D26072

Files:
  include/llvm/IR/IntrinsicsPowerPC.td
  lib/Target/PowerPC/PPCInstrAltivec.td
  test/CodeGen/PowerPC/vec_absd.ll
  test/MC/Disassembler/PowerPC/ppc64-encoding-p9vector.txt
  test/MC/PowerPC/ppc64-encoding-p9vector.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26072.76183.patch
Type: text/x-patch
Size: 5195 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161028/b7cbe0fb/attachment.bin>


More information about the llvm-commits mailing list