[PATCH] D32018: [MVT][SVE] Scalable vector MVTs (2/3)
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 13 10:39:51 PDT 2017
rengolin added inline comments.
================
Comment at: include/llvm/CodeGen/MachineValueType.h:144
+
+ v2f16 = 81, // 2 x f16
+ v4f16 = 82, // 4 x f16
----------------
Are these values serialised in binary IR form?
If so, then reading previous IR would give you the wrong types, no?
https://reviews.llvm.org/D32018
More information about the llvm-commits
mailing list