We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e147dd6 commit 126ce19Copy full SHA for 126ce19
llvm/lib/TargetParser/RISCVISAInfo.cpp
@@ -863,8 +863,7 @@ void RISCVISAInfo::updateImplication() {
863
}
864
865
// Add Zcf if C and F are enabled on RV32.
866
- if (XLen == 32 && Exts.count("c") && Exts.count("f") &&
867
- !Exts.count("zcf")) {
+ if (XLen == 32 && Exts.count("c") && Exts.count("f") && !Exts.count("zcf")) {
868
auto Version = findDefaultVersion("zcf");
869
Exts["zcf"] = *Version;
870
0 commit comments