[clang] [llvm] [RISCV] Add B extension (PR #76893)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu May 30 04:19:19 PDT 2024
================
@@ -920,8 +920,8 @@ void RISCVISAInfo::updateImplication() {
}
static constexpr StringLiteral CombineIntoExts[] = {
- {"zk"}, {"zkn"}, {"zks"}, {"zvkn"}, {"zvknc"},
- {"zvkng"}, {"zvks"}, {"zvksc"}, {"zvksg"},
+ {"b"}, {"zk"}, {"zkn"}, {"zks"}, {"zvkn"},
----------------
topperc wrote:
I'm concerned this will make us not interoperate with older versions of binutils that don't know about B.
https://github.com/llvm/llvm-project/pull/76893
More information about the llvm-commits
mailing list