mirror of
https://github.com/ziglang/zig.git
synced 2026-01-23 07:45:24 +00:00
#8589 introduced correct handling of signed (possibly negative) array access of pointers. Since unadorned integer literals in C are signed, this resulted in inefficient generated code when indexing a pointer by a non-negative integer literal.