mirror of
https://github.com/ziglang/zig.git
synced 2026-01-15 11:55:14 +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.