Skip to content

Commit

Permalink
[RISCV] Fix RISCVBitPositions typo
Browse files Browse the repository at this point in the history
zve64x -> zve64f
  • Loading branch information
BeMg committed Oct 3, 2024
1 parent e7a43ca commit 32da135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/TargetParser/RISCVISAInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ constexpr static RISCVExtBit RISCVBitPositions[] = {
{"zvksed", 0, 57}, {"zvksh", 0, 58},
{"zvkt", 0, 59}, {"zve32x", 0, 60},
{"zve32f", 0, 61}, {"zve64x", 0, 62},
{"zve64x", 0, 63}, {"zve64d", 1, 0},
{"zve64f", 0, 63}, {"zve64d", 1, 0},
{"zimop", 1, 1}, {"zca", 1, 2},
{"zcb", 1, 3}, {"zcd", 1, 4},
{"zcf", 1, 5}, {"zcmop", 1, 6},
Expand Down

0 comments on commit 32da135

Please sign in to comment.