[clang] [llvm] [RISCV] Add Smrnmi extension (PR #111668)
    Sam Elliott via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Oct 21 07:22:03 PDT 2024
    
    
  
================
@@ -129,6 +129,7 @@ on support follow.
      ``Smcdeleg``      Supported
      ``Smcsrind``      Supported
      ``Smepmp``        Supported
+     ``Smrnmi``        Supported
----------------
lenary wrote:
This should probably be "Assembly Support" - some of the other `*ret` instructions have support in clang for `__attribute((interrupt(<kind>)))` which doesn't yet exist for `mnret` - there's no obligation to add this support in the first PR, but this should mean no one expects it has the same level of featureas as the other `*ret` instructions.
```suggestion
     ``Smrnmi``        Assembly Support
```
https://github.com/llvm/llvm-project/pull/111668
    
    
More information about the llvm-commits
mailing list