[clang] [llvm] [RISCV][clang] Support XSfmm ABI attributes (PR #206260)

Brandon Wu via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 30 22:46:52 PDT 2026


================
@@ -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


More information about the cfe-commits mailing list