================
@@ -4869,6 +4872,46 @@ class FunctionType : public Type {
ARM_InOut = 4,
};
+ /// RISC-V type attributes for states.
+ enum RISCVTypeAttributes : uint8_t {
----------------
4vtomat wrote:
I think it should be unsigned😅
https://github.com/llvm/llvm-project/pull/206260