mirror of
https://github.com/ziglang/zig.git
synced 2025-12-12 17:23:09 +00:00
Elide the alignment check if the pointer alignment is one, the null check must be preserved as it depends on the pointer type. Fixes #6667
Elide the alignment check if the pointer alignment is one, the null check must be preserved as it depends on the pointer type. Fixes #6667