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

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 19 07:33:26 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 {
----------------
nemanjai wrote:

Interesting! Thank you. I'll do that.

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


More information about the llvm-commits mailing list