[llvm-branch-commits] [llvm] [BPF] add allows-misaligned-mem-access target feature (PR #168314)
Claire Fan via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Nov 19 12:09:24 PST 2025
clairechingching wrote:
@c-rhodes thanks for the clarification!
@tru
This change is a feature that doesn’t alter the default behavior, it simply enables misalignment support for the BPF target when explicitly requested. We’d like to backport it so that the Rust compiler can take advantage of this functionality. I’ve tested locally to confirm that the feature is correctly enabled when used.
Would appreciate it if you could accept the merge.
https://github.com/llvm/llvm-project/pull/168314
More information about the llvm-branch-commits
mailing list