willi19 / swpp202301-compiler-team6

MIT License
0 stars 0 forks source link

[Sprint 2] Fix load2aload bug on phi-node interactions #26

Closed goranmoomin closed 1 year ago

goranmoomin commented 1 year ago

This PR fixes the bug that occurs due to the load2aload pass not considering phi nodes when pushing the aloads upwards.

germanium32 commented 1 year ago

LGTM, glad you've found the bug