aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/RISCV/RISCVFeatures.td
diff options
context:
space:
mode:
authorWang Pengcheng <wangpengcheng.pp@bytedance.com>2024-03-05 14:26:54 +0800
committerGitHub <noreply@github.com>2024-03-05 14:26:54 +0800
commit3cb999c413b7e934828936ae2314b50a84205e89 (patch)
tree55e8946d3f1c1992052144d58eee39727099f84f /llvm/lib/Target/RISCV/RISCVFeatures.td
parent0c4736338596d6e527e286b7b551af4bb8b63a55 (diff)
downloadllvm-3cb999c413b7e934828936ae2314b50a84205e89.zip
llvm-3cb999c413b7e934828936ae2314b50a84205e89.tar.gz
llvm-3cb999c413b7e934828936ae2314b50a84205e89.tar.bz2
[RISCV] Remove note of Sscofpmf and add a newline after FeatureStdExtSscofpmf (#83958)
To address comments after committing #83831.
Diffstat (limited to 'llvm/lib/Target/RISCV/RISCVFeatures.td')
-rw-r--r--llvm/lib/Target/RISCV/RISCVFeatures.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/RISCV/RISCVFeatures.td b/llvm/lib/Target/RISCV/RISCVFeatures.td
index 78f3a82..83619cc 100644
--- a/llvm/lib/Target/RISCV/RISCVFeatures.td
+++ b/llvm/lib/Target/RISCV/RISCVFeatures.td
@@ -810,6 +810,7 @@ def FeatureStdExtSsccptr
def FeatureStdExtSscofpmf
: SubtargetFeature<"sscofpmf", "HasStdExtSscofpmf", "true",
"'Sscofpmf' (Count Overflow and Mode-Based Filtering)", []>;
+
def FeatureStdExtShcounterenw
: SubtargetFeature<"shcounterenw", "HasStdExtShcounterenw", "true",
"'Shcounterenw' (Support writeable hcounteren enable "