[PATCH] D79706: [CodeGen][BFloat] Add bfloat MVT type
Roger Ferrer Ibanez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 27 09:11:41 PDT 2020
rogfer01 added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/ValueTypes.td:166
+def nxv8bf16 : ValueType<128, 131>; // n x 8 x bf16 vector value
+def nxv1bf32 : ValueType<32 , 132>; // n x 1 x f32 vector value
+def nxv2f32 : ValueType<64 , 133>; // n x 2 x f32 vector value
----------------
@stuij shouldn't this still be `nxv1f32`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79706/new/
https://reviews.llvm.org/D79706
More information about the llvm-commits
mailing list