[PATCH] D81724: [MVT] Add new MVT types for RISC-V vector.

Roger Ferrer Ibanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 06:26:20 PDT 2020


rogfer01 added inline comments.


================
Comment at: llvm/utils/TableGen/IntrinsicEmitter.cpp:250
+  IIT_V256 = 48,
+  IIT_BF16 = 49
 };
----------------
I wonder if we better preserve the existing numbering here, just in case these numbers have got already been serialized somewhere.

That would be my impression given the unusual ordering of some of the existing enumerators like `IIT_V512` and `IIT_V128`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81724/new/

https://reviews.llvm.org/D81724





More information about the llvm-commits mailing list