Skip to content

Commit 3cb999c

Browse files
authored
[RISCV] Remove note of Sscofpmf and add a newline after FeatureStdExtSscofpmf (#83958)
To address comments after committing #83831.
1 parent 0c47363 commit 3cb999c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

llvm/docs/RISCVUsage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ on support follow.
101101
``Smepmp`` Supported
102102
``Ssaia`` Supported
103103
``Ssccptr`` Assembly Support (`See note <#riscv-profiles-extensions-note>`__)
104-
``Sscofpmf`` Assembly Support (`See note <#riscv-profiles-extensions-note>`__)
104+
``Sscofpmf`` Assembly Support
105105
``Sscounterenw`` Assembly Support (`See note <#riscv-profiles-extensions-note>`__)
106106
``Ssstateen`` Assembly Support (`See note <#riscv-profiles-extensions-note>`__)
107107
``Ssstrict`` Assembly Support (`See note <#riscv-profiles-extensions-note>`__)
@@ -235,7 +235,7 @@ Supported
235235

236236
.. _riscv-profiles-extensions-note:
237237

238-
``Za128rs``, ``Za64rs``, ``Zic64b``, ``Ziccamoa``, ``Ziccif``, ``Zicclsm``, ``Ziccrse``, ``Shcounterenvw``, ``Shgatpa``, ``Shtvala``, ``Shvsatpa``, ``Shvstvala``, ``Shvstvecd``, ``Ssccptr``, ``Sscofpmf``, ``Sscounterenw``, ``Ssstateen``, ``Ssstrict``, ``Sstvala``, ``Sstvecd``, ``Ssu64xl``, ``Svade``, ``Svbare``
238+
``Za128rs``, ``Za64rs``, ``Zic64b``, ``Ziccamoa``, ``Ziccif``, ``Zicclsm``, ``Ziccrse``, ``Shcounterenvw``, ``Shgatpa``, ``Shtvala``, ``Shvsatpa``, ``Shvstvala``, ``Shvstvecd``, ``Ssccptr``, ``Sscounterenw``, ``Ssstateen``, ``Ssstrict``, ``Sstvala``, ``Sstvecd``, ``Ssu64xl``, ``Svade``, ``Svbare``
239239
These extensions are defined as part of the `RISC-V Profiles specification <https://github.com/riscv/riscv-profiles/releases/tag/v1.0>`__. They do not introduce any new features themselves, but instead describe existing hardware features.
240240

241241
.. _riscv-zacas-note:

llvm/lib/Target/RISCV/RISCVFeatures.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,7 @@ def FeatureStdExtSsccptr
810810
def FeatureStdExtSscofpmf
811811
: SubtargetFeature<"sscofpmf", "HasStdExtSscofpmf", "true",
812812
"'Sscofpmf' (Count Overflow and Mode-Based Filtering)", []>;
813+
813814
def FeatureStdExtShcounterenw
814815
: SubtargetFeature<"shcounterenw", "HasStdExtShcounterenw", "true",
815816
"'Shcounterenw' (Support writeable hcounteren enable "

0 commit comments

Comments
 (0)