[PATCH] D32540: [MVT] add v1i1 MVT
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 26 23:37:56 PDT 2017
craig.topper added inline comments.
================
Comment at: include/llvm/CodeGen/ValueTypes.td:46
+
+def v1i8 : ValueType<16, 23>; // 1 x i8 vector value
+def v2i8 : ValueType<16 , 24>; // 2 x i8 vector value
----------------
Not your fault, but is the size wrong for v1i8?
https://reviews.llvm.org/D32540
More information about the llvm-commits
mailing list