[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 11:49:25 PDT 2016


sfertile removed rL LLVM as the repository for this revision.
sfertile updated this revision to Diff 76223.
sfertile added a comment.

Updated based on the review comments:

1. fixed extra blank line/spacing issues
2. switched the intrinsics to use the most derived type that fits the format
3. removed the new test files and put the checks into the existing files
4. removed the unneeded altivec feature to the codegen test


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-vmx.txt
  test/MC/PowerPC/ppc64-encoding-vmx.s

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


More information about the llvm-commits mailing list