[PATCH] D15887: [Power9] Implement new vector permute, count zero instructions
Chuang-Yu Cheng via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 5 03:45:29 PST 2016
cycheng created this revision.
cycheng added reviewers: hfinkel, kbarton, tjablin.
cycheng added a subscriber: llvm-commits.
This change implements the following vector operations:
- vbpermd
- vclzlsbb, vctzlsbb
- vctzb, vctzd, vctzh, vctzw
http://reviews.llvm.org/D15887
Files:
include/llvm/IR/IntrinsicsPowerPC.td
lib/Target/PowerPC/PPCInstrAltivec.td
lib/Target/PowerPC/PPCInstrFormats.td
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
test/MC/Disassembler/PowerPC/ppc64-encoding-vmx.txt
test/MC/PowerPC/ppc64-encoding-vmx.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15887.43979.patch
Type: text/x-patch
Size: 7034 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160105/ef5c39fd/attachment.bin>
More information about the llvm-commits
mailing list