[llvm] 3d96919 - [docs][RISCV] Remove outdated note about zfa implementation status

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 06:54:00 PDT 2023


Author: Alex Bradbury
Date: 2023-04-05T14:53:14+01:00
New Revision: 3d969191b27768cafe9790e75c67a250936b749d

URL: https://github.com/llvm/llvm-project/commit/3d969191b27768cafe9790e75c67a250936b749d
DIFF: https://github.com/llvm/llvm-project/commit/3d969191b27768cafe9790e75c67a250936b749d.diff

LOG: [docs][RISCV] Remove outdated note about zfa implementation status

MC layer and codegen support for fli.{h,s,d} has since been implemented.

Added: 
    

Modified: 
    llvm/docs/RISCVUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/RISCVUsage.rst b/llvm/docs/RISCVUsage.rst
index c5ca2076ad9d0..2a9321c113258 100644
--- a/llvm/docs/RISCVUsage.rst
+++ b/llvm/docs/RISCVUsage.rst
@@ -188,7 +188,7 @@ The primary goal of experimental support is to assist in the process of ratifica
   LLVM implements the `1.0.1 draft specification <https://github.com/riscv/riscv-code-size-reduction/releases/tag/v1.0.1>`_.
 
 ``experimental-zfa``
-  LLVM implements a subset of `0.1 draft specification <https://github.com/riscv/riscv-isa-manual/releases/download/draft-20221119-5234c63/riscv-spec.pdf>`_ (see Chapter 25). Load-immediate instructions (fli.s/fli.d/fli.h) haven't been implemented yet.
+  LLVM implements a subset of `0.1 draft specification <https://github.com/riscv/riscv-isa-manual/releases/download/draft-20221119-5234c63/riscv-spec.pdf>`_ (see Chapter 25).
 
 ``experimental-zicond``
   LLVM implements the `1.0-rc1 draft specification <https://github.com/riscv/riscv-zicond/releases/tag/v1.0-rc1`>_.


        


More information about the llvm-commits mailing list