[PATCH] D32019: [MVT][SVE] Scalable vector MVTs (3/3)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 14 05:58:34 PDT 2017


RKSimon added a reviewer: RKSimon.
RKSimon added inline comments.


================
Comment at: include/llvm/CodeGen/MachineValueType.h:241
+    public:
+      uint64_t Min;
+      bool Scalable;
----------------
Why uint64_t and not unsigned like the other existing vector element count uses?


https://reviews.llvm.org/D32019





More information about the llvm-commits mailing list