[PATCH] D65683: MVT: Add v3i16/v3f16 vectors
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 12 22:17:08 PDT 2019
craig.topper added inline comments.
================
Comment at: include/llvm/CodeGen/ValueTypes.td:126
+def v2f16 : ValueType<32 , 93>; // 2 x f16 vector value
+def v3f16 : ValueType<32 , 94>; // 3 x f16 vector value
+def v4f16 : ValueType<64 , 95>; // 4 x f16 vector value
----------------
craig.topper wrote:
> Size should be 48?
Size is still wrong here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65683/new/
https://reviews.llvm.org/D65683
More information about the llvm-commits
mailing list