[llvm] [MVT] Expand the MVT enum to allow more types (PR #69603)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 19 06:42:59 PDT 2023


================
@@ -33,7 +33,7 @@ namespace llvm {
   /// type can be represented by an MVT.
   class MVT {
   public:
-    enum SimpleValueType : uint8_t {
+    enum SimpleValueType : uint16_t {
----------------
RKSimon wrote:

Maybe start with creating a perf/<branchname> branch and asking @nikic to add you to https://llvm-compile-time-tracker.com/ ?

https://github.com/llvm/llvm-project/pull/69603


More information about the llvm-commits mailing list