[llvm-branch-commits] [clang] [llvm] release/18.x: [RISCV] Re-separate unaligned scalar and vector memory features in the backend. (PR #92143)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu May 16 08:32:39 PDT 2024


negge wrote:

I can confirm that bus error on unaligned vector access also happens on the recently released Banana Pi BPI-F3 when using clang-18.1.5.

Note the BPI-F3 (https://docs.banana-pi.org/en/BPI-F3/BananaPi_BPI-F3) is a different SOC from the K230 and right now these are the only two devices available with the RISC-V Vector 1.0 extension. I expect other people will soon run into this issue.

https://github.com/llvm/llvm-project/pull/92143


More information about the llvm-branch-commits mailing list