You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use memcmp for more array comparisons again (#21647)
As the new compiler logic introduced in #21513 was more simplistic than
the previous (templated) implementation in druntime. It e.g. didn't
handle comparisons of multi-dimensional static arrays, e.g., `byte[3][3]`,
breaking an LDC-specific codegen test.
0 commit comments