[llvm] [Inline] Allow inlining with null_pointer_is_valid mismatch (PR #190510)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 5 13:04:26 PDT 2026
https://github.com/efriedma-quic approved this pull request.
I guess this is fine. LGTM
I'm surprised you're not compiling the Rust parts of the kernel with null_pointer_is_valid, though. Granted, it's a little harder to accidentally dereference a null pointer in Rust, but it's not that hard.
https://github.com/llvm/llvm-project/pull/190510
More information about the llvm-commits
mailing list