Skip to content

Commit 5b2c743

Browse files
authored
[RISCV][NFC] Add Zicsr to profiles explicitly (#136134)
To avoid some misunstandings though Zicsr is implied by F/D.
1 parent 0977a71 commit 5b2c743

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/RISCV/RISCVProfiles.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ defvar RVA20U64BaseFeatures = [Feature64Bit,
2424
FeatureStdExtF,
2525
FeatureStdExtD,
2626
FeatureStdExtC,
27+
FeatureStdExtZicsr,
2728
FeatureStdExtZicntr,
2829
FeatureStdExtZiccif,
2930
FeatureStdExtZiccrse,

0 commit comments

Comments
 (0)