aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/RISCV/RISCVFeatures.td
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@sifive.com>2024-01-11 19:26:25 -0800
committerCraig Topper <craig.topper@sifive.com>2024-01-11 19:28:05 -0800
commit9e40ba0c2d2cd03f0b99da191b1e6bef8f3d8953 (patch)
treed28707caacf22b51b1f2c4d19b7e9a3ed49848e9 /llvm/lib/Target/RISCV/RISCVFeatures.td
parentd1d1e7d6d0f6c0fd745760ed1d10efc812b4c2ac (diff)
downloadllvm-9e40ba0c2d2cd03f0b99da191b1e6bef8f3d8953.zip
llvm-9e40ba0c2d2cd03f0b99da191b1e6bef8f3d8953.tar.gz
llvm-9e40ba0c2d2cd03f0b99da191b1e6bef8f3d8953.tar.bz2
[RISCV] Remove period from Zvbb extension description.
No other instruction extension has a period. There are also periods in 'ssaia' and 'smaia', but those descriptions need a different update.
Diffstat (limited to 'llvm/lib/Target/RISCV/RISCVFeatures.td')
-rw-r--r--llvm/lib/Target/RISCV/RISCVFeatures.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/RISCV/RISCVFeatures.td b/llvm/lib/Target/RISCV/RISCVFeatures.td
index 2795095..4c99d8c 100644
--- a/llvm/lib/Target/RISCV/RISCVFeatures.td
+++ b/llvm/lib/Target/RISCV/RISCVFeatures.td
@@ -569,11 +569,11 @@ def HasStdExtZvkb : Predicate<"Subtarget->hasStdExtZvkb()">,
def FeatureStdExtZvbb
: SubtargetFeature<"zvbb", "HasStdExtZvbb", "true",
- "'Zvbb' (Vector basic bit-manipulation instructions.)",
+ "'Zvbb' (Vector basic bit-manipulation instructions)",
[FeatureStdExtZvkb]>;
def HasStdExtZvbb : Predicate<"Subtarget->hasStdExtZvbb()">,
AssemblerPredicate<(all_of FeatureStdExtZvbb),
- "'Zvbb' (Vector basic bit-manipulation instructions.)">;
+ "'Zvbb' (Vector basic bit-manipulation instructions)">;
def FeatureStdExtZvbc
: SubtargetFeature<"zvbc", "HasStdExtZvbc", "true",