Skip to content

Commit c14e086

Browse files
authored
[NFC][RISCV] Add SiFive prefix for XSfvfnrclipxfqf description (#71141)
`'XSfvfnrclipxfqf' (FP32-to-int8 Ranged Clip Instructions)` -> `'XSfvfnrclipxfqf' (SiFive FP32-to-int8 Ranged Clip Instructions)`
1 parent 5d11b5e commit c14e086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVFeatures.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -846,11 +846,11 @@ def HasVendorXSfvfwmaccqqq : Predicate<"Subtarget->hasVendorXSfvfwmaccqqq()">,
846846

847847
def FeatureVendorXSfvfnrclipxfqf
848848
: SubtargetFeature<"xsfvfnrclipxfqf", "HasVendorXSfvfnrclipxfqf", "true",
849-
"'XSfvfnrclipxfqf' (FP32-to-int8 Ranged Clip Instructions)",
849+
"'XSfvfnrclipxfqf' (SiFive FP32-to-int8 Ranged Clip Instructions)",
850850
[FeatureStdExtZve32f]>;
851851
def HasVendorXSfvfnrclipxfqf : Predicate<"Subtarget->hasVendorXSfvfnrclipxfqf()">,
852852
AssemblerPredicate<(all_of FeatureVendorXSfvfnrclipxfqf),
853-
"'XSfvfnrclipxfqf' (FP32-to-int8 Ranged Clip Instructions)">;
853+
"'XSfvfnrclipxfqf' (SiFive FP32-to-int8 Ranged Clip Instructions)">;
854854

855855
def FeatureVendorXCVbitmanip
856856
: SubtargetFeature<"xcvbitmanip", "HasVendorXCVbitmanip", "true",

0 commit comments

Comments
 (0)