[llvm] 148e55c - [RISCV] Add sifive-p450 to release notes. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 14 22:11:02 PST 2024


Author: Craig Topper
Date: 2024-01-14T22:09:46-08:00
New Revision: 148e55c2302fecf4e2e951e9a806d7c4b45cc733

URL: https://github.com/llvm/llvm-project/commit/148e55c2302fecf4e2e951e9a806d7c4b45cc733
DIFF: https://github.com/llvm/llvm-project/commit/148e55c2302fecf4e2e951e9a806d7c4b45cc733.diff

LOG: [RISCV] Add sifive-p450 to release notes. NFC

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index ebd3a4542361d9..244bc82fb6ba24 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -153,6 +153,7 @@ Changes to the RISC-V Backend
   "SiFive Custom Instruction Extension" as SiFive defines it. The LLVM project
   needs to work with SiFive to define and document real extension names for
   individual CSRs and instructions.
+* ``-mcpu=sifive-p450`` was added.
 
 Changes to the WebAssembly Backend
 ----------------------------------


        


More information about the llvm-commits mailing list