[PATCH] D101769: [ValueTypes] Add MVTs for v256i16 and v256f16
    Craig Topper via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue May  4 08:46:14 PDT 2021
    
    
  
craig.topper added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/ValueTypes.td:185
+def nxv32f16 : ValueType<512, 147>;  // n x 32 x  f16 vector value
+def nxv1bf16 : ValueType<16,  148>;  // n x  1 x bf16 vector value
+def nxv2bf16 : ValueType<32,  149>;  // n x  2 x bf16 vector value
----------------
Should we add blank lines between different element widths here too?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101769/new/
https://reviews.llvm.org/D101769
    
    
More information about the llvm-commits
mailing list