Skip to content

Commit 02c11c5

Browse files
committed
[RISCV] Remove stale TODOs from RISCVISAInfo.cpp. NFC
Q extension does not require RV64. E extenion is not incompatible with F or D extensions.
1 parent 0cd8a28 commit 02c11c5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/Support/RISCVISAInfo.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -943,10 +943,6 @@ Error RISCVISAInfo::checkDependency() {
943943
return createStringError(errc::invalid_argument,
944944
"'zcf' is only supported for 'rv32'");
945945

946-
// Additional dependency checks.
947-
// TODO: The 'q' extension requires rv64.
948-
// TODO: It is illegal to specify 'e' extensions with 'f' and 'd'.
949-
950946
return Error::success();
951947
}
952948

0 commit comments

Comments
 (0)