Skip to content

Commit f489043

Browse files
committed
[RISCV] Sort the ImpliedExts tables in RISCVISAInfo.cpp alphabetically. NFC
1 parent 3abcd5f commit f489043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/TargetParser/RISCVISAInfo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,12 +1044,12 @@ Error RISCVISAInfo::checkDependency() {
10441044
static const char *ImpliedExtsD[] = {"f"};
10451045
static const char *ImpliedExtsF[] = {"zicsr"};
10461046
static const char *ImpliedExtsV[] = {"zvl128b", "zve64d"};
1047-
static const char *ImpliedExtsXTHeadVdot[] = {"v"};
10481047
static const char *ImpliedExtsXSfvcp[] = {"zve32x"};
10491048
static const char *ImpliedExtsXSfvfnrclipxfqf[] = {"zve32f"};
10501049
static const char *ImpliedExtsXSfvfwmaccqqq[] = {"zvfbfmin"};
10511050
static const char *ImpliedExtsXSfvqmaccdod[] = {"zve32x"};
10521051
static const char *ImpliedExtsXSfvqmaccqoq[] = {"zve32x"};
1052+
static const char *ImpliedExtsXTHeadVdot[] = {"v"};
10531053
static const char *ImpliedExtsZcb[] = {"zca"};
10541054
static const char *ImpliedExtsZcd[] = {"d", "zca"};
10551055
static const char *ImpliedExtsZce[] = {"zcb", "zcmp", "zcmt"};
@@ -1065,8 +1065,8 @@ static const char *ImpliedExtsZfhmin[] = {"f"};
10651065
static const char *ImpliedExtsZfinx[] = {"zicsr"};
10661066
static const char *ImpliedExtsZhinx[] = {"zhinxmin"};
10671067
static const char *ImpliedExtsZhinxmin[] = {"zfinx"};
1068-
static const char *ImpliedExtsZicntr[] = {"zicsr"};
10691068
static const char *ImpliedExtsZicfiss[] = {"zicsr", "zimop"};
1069+
static const char *ImpliedExtsZicntr[] = {"zicsr"};
10701070
static const char *ImpliedExtsZihpm[] = {"zicsr"};
10711071
static const char *ImpliedExtsZk[] = {"zkn", "zkt", "zkr"};
10721072
static const char *ImpliedExtsZkn[] = {"zbkb", "zbkc", "zbkx",

0 commit comments

Comments
 (0)