[llvm-branch-commits] [llvm] [BPF] Add CLI option to enable misaligned memory access (PR #167013)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Nov 10 08:38:29 PST 2025
yonghong-song wrote:
misaligned memory access is bad for performance and may have issues for verification (or make verification more complex). Do you have concrete C code to illustrate this? Can the C code easily converted to aligned memory access?
cc @4ast
https://github.com/llvm/llvm-project/pull/167013
More information about the llvm-branch-commits
mailing list