Skip to content

Commit

Permalink
[RISCV] Remove stale TODOs from RISCVISAInfo.cpp. NFC
Browse files Browse the repository at this point in the history
Q extension does not require RV64.
E extenion is not incompatible with F or D extensions.
  • Loading branch information
topperc committed Jul 26, 2023
1 parent 0cd8a28 commit 02c11c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions llvm/lib/Support/RISCVISAInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -943,10 +943,6 @@ Error RISCVISAInfo::checkDependency() {
return createStringError(errc::invalid_argument,
"'zcf' is only supported for 'rv32'");

// Additional dependency checks.
// TODO: The 'q' extension requires rv64.
// TODO: It is illegal to specify 'e' extensions with 'f' and 'd'.

return Error::success();
}

Expand Down

0 comments on commit 02c11c5

Please sign in to comment.