Commit graph

4 commits

Author SHA1 Message Date
dianqk
bc2bf6b544
GVN: Do not introduce new dereferences if they borrow from non-SSA locals 2026-02-04 21:55:54 +08:00
Eduard Stefes
cbae95602f Fix tests for big-endian
The tests fail on s390x and presumably other big-endian systems, due
to check of raw alloc values in the MIR output.

To fix the tests remove the raw bytes from the MIR output
(via: compile-flags: -Zdump-mir-exclude-alloc-bytes) and update the
matching diffs.
2025-10-21 08:30:41 +02:00
dianqk
2048b9c027
GVN: Invalidate derefs at loop headers 2025-10-14 08:09:32 +08:00
dianqk
64c023bad8
Add miscompiled test cases 2025-10-12 20:14:22 +08:00