[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:52:21 PST 2015


kparzysz added inline comments.

================
Comment at: include/llvm/CodeGen/ValueTypes.td:42
@@ -41,3 @@
-def v64i1  : ValueType<64 , 18>;   // 64 x i1  vector value
-def v1i8   : ValueType<16, 19>;    //  1 x i8  vector value
-def v2i8   : ValueType<16 , 20>;   //  2 x i8  vector value
----------------
This seems wrong.  Should it be ValueType<8, ...> ?


Repository:
  rL LLVM

http://reviews.llvm.org/D14890





More information about the llvm-commits mailing list