[llvm] 13e52b3 - [docs][RISCV] Add missed release note for Zimop codegen support
    Alex Bradbury via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Feb  5 03:12:32 PST 2024
    
    
  
Author: Alex Bradbury
Date: 2024-02-05T11:11:59Z
New Revision: 13e52b32790e3c3d2fb16139f082a588b4e0f4db
URL: https://github.com/llvm/llvm-project/commit/13e52b32790e3c3d2fb16139f082a588b4e0f4db
DIFF: https://github.com/llvm/llvm-project/commit/13e52b32790e3c3d2fb16139f082a588b4e0f4db.diff
LOG: [docs][RISCV] Add missed release note for Zimop codegen support
Added: 
    
Modified: 
    llvm/docs/ReleaseNotes.rst
Removed: 
    
################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 2c28ec6455c1c..89b999fcbfe9d 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -100,6 +100,7 @@ Changes to the RISC-V Backend
   (Load-Acquire and Store-Release) extension.
 * The names of the majority of the S-prefixed (supervisor-level) extension
   names in the RISC-V profiles specification are now recognised.
+* Codegen support was added for the Zimop (May-Be-Operations) extension.
 
 Changes to the WebAssembly Backend
 ----------------------------------
        
    
    
More information about the llvm-commits
mailing list