Skip to content

Commit 57a9522

Browse files
committed
[RISCV] Remove redundant F and D extension implication from V. NFC
We recently added implications for F and D to Zve32f and Zve64d which V implies. So these have become redundant.
1 parent ce5ad23 commit 57a9522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/RISCVISAInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ Error RISCVISAInfo::checkDependency() {
912912

913913
static const char *ImpliedExtsD[] = {"f"};
914914
static const char *ImpliedExtsF[] = {"zicsr"};
915-
static const char *ImpliedExtsV[] = {"zvl128b", "zve64d", "f", "d"};
915+
static const char *ImpliedExtsV[] = {"zvl128b", "zve64d"};
916916
static const char *ImpliedExtsXTHeadVdot[] = {"v"};
917917
static const char *ImpliedExtsXsfvcp[] = {"zve32x"};
918918
static const char *ImpliedExtsZcb[] = {"zca"};

0 commit comments

Comments
 (0)