[clang] [llvm] [RISCV] Add B extension (PR #76893)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 4 07:48:00 PST 2024
topperc wrote:
> Thanks!
>
>
>
> If someone sets zba_zbb_zbs, should b be inferred?
>
>
>
Yes, but it will break `-march=rv64i_zba_zbb_zbs -fno-integrated-as` with versions of the external assembler that don't know about B. We'll infer B and pass it to the assembler -march.
https://github.com/llvm/llvm-project/pull/76893
More information about the llvm-commits
mailing list