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

Craig Topper via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed May 15 07:55:00 PDT 2024


topperc wrote:

Maybe I could make fast-unaligned-access only apply to scalar to avoid a name change. And give a new flag for vector?

There's not a lot of RISC-V vector hardware available yet. One of the CPUs that is available only supports unaligned scalars and not vectors.

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


More information about the llvm-branch-commits mailing list