[PATCH] D14890: Add new vector types for 512-, 1024- and 2048-bit vectors
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 20 14:49:43 PST 2015
kparzysz created this revision.
kparzysz added reviewers: echristo, qcolombet.
kparzysz added a subscriber: llvm-commits.
kparzysz set the repository for this revision to rL LLVM.
Add new vector types for 512-, 1024- and 2048-bit vectors
Those types are needed to implement instructions for Hexagon Vector
Extensions (HVX): 16x32, 16x64, 32x16, 32x32, 32x64, 64x8, 64x16,
64x32, 128x8, 128x16, 256x8, 512x1, and 1024x1.
Repository:
rL LLVM
http://reviews.llvm.org/D14890
Files:
include/llvm/CodeGen/MachineValueType.h
include/llvm/CodeGen/ValueTypes.h
include/llvm/CodeGen/ValueTypes.td
lib/IR/ValueTypes.cpp
test/TableGen/intrinsic-varargs.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14890.40834.patch
Type: text/x-patch
Size: 24234 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151120/5ca102f3/attachment.bin>
More information about the llvm-commits
mailing list