[llvm-branch-commits] [llvm] [BPF] Add CLI option to enable misaligned memory access (PR #167013)
Claire Fan via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Nov 9 16:04:29 PST 2025
clairechingching wrote:
Hey @yonghong-song I tried moving the `-bpf-allow-misaligned-mem-access` option into BPFSubtarget, but realized that the parameters managed there are mostly about CPU instruction-set features. It seems more consistent to keep `-bpf-allow-misaligned-mem-access` where it currently is next to `-bpf-expand-memcpy-in-order`, but I’m curious what you think.
https://github.com/llvm/llvm-project/pull/167013
More information about the llvm-branch-commits
mailing list