[PATCH] D32540: [MVT] add v1i1 MVT

Guy Blank via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 01:46:41 PDT 2017


guyblank 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
----------------
craig.topper wrote:
> Not your fault, but is the size wrong for v1i8?
yep, this looks a typo that didn't affect anything. i'll fix it


https://reviews.llvm.org/D32540





More information about the llvm-commits mailing list