[llvm] 29c9009 - [Docs] Capitalize the first letter of Zi* extensions in RISCVUsage.rst. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 24 21:41:17 PST 2024
Author: Craig Topper
Date: 2024-01-24T21:40:37-08:00
New Revision: 29c9009d23de1a2a395995d559c08c102fa46f48
URL: https://github.com/llvm/llvm-project/commit/29c9009d23de1a2a395995d559c08c102fa46f48
DIFF: https://github.com/llvm/llvm-project/commit/29c9009d23de1a2a395995d559c08c102fa46f48.diff
LOG: [Docs] Capitalize the first letter of Zi* extensions in RISCVUsage.rst. NFC
Added:
Modified:
llvm/docs/RISCVUsage.rst
Removed:
################################################################################
diff --git a/llvm/docs/RISCVUsage.rst b/llvm/docs/RISCVUsage.rst
index 6fdc945ad27078e..9dbbc3f04387b65 100644
--- a/llvm/docs/RISCVUsage.rst
+++ b/llvm/docs/RISCVUsage.rst
@@ -210,7 +210,7 @@ Supported
.. _riscv-i2p1-note:
-``zicntr``, ``zicsr``, ``zifencei``, ``zihpm``
+``Zicntr``, ``Zicsr``, ``Zifencei``, ``Zihpm``
Between versions 2.0 and 2.1 of the base I specification, a backwards incompatible change was made to remove selected instructions and CSRs from the base ISA. These instructions were grouped into a set of new extensions, but were no longer required by the base ISA. This change is partially described in "Preface to Document Version 20190608-Base-Ratified" from the specification document (the ``zicntr`` and ``zihpm`` bits are not mentioned). LLVM currently implements version 2.1 of the base specification. To maintain compatibility, instructions from these extensions are accepted without being in the ``-march`` string. LLVM also allows the explicit specification of the extensions in an ``-march`` string.
.. _riscv-profiles-extensions-note:
More information about the llvm-commits
mailing list