bugfix in load elimination
commit99fea1e21174b18ccbd947787bea91140fd802e8
authorQuentin Carbonneaux <quentin@c9x.me>
Tue, 13 Dec 2022 09:50:27 +0000 (13 10:50 +0100)
committerQuentin Carbonneaux <quentin@c9x.me>
Thu, 15 Dec 2022 08:30:47 +0000 (15 09:30 +0100)
tree109fe6ff6dd10595ea1102fef23c55f58f3ba214
parent26c1c30b7d96d2170195970a8cdb3b024ba7421a
bugfix in load elimination

When checking if two slices represent
the same range of memory we must check
that offsets match.

The bug was revealed by a harec test.
load.c
test/load3.ssa [new file with mode: 0644]