Skip to content

Commit 6d47c28

Browse files
wangpc-ppIanWood1
authored andcommitted
[RISCV][NFC] Add Zicsr to profiles explicitly (llvm#136134)
To avoid some misunstandings though Zicsr is implied by F/D.
1 parent d6bcd5a commit 6d47c28

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)