Files
revng-revng/lib
Pietro Fezzardi cc441ccd5c ExitSSA: fix insertion point past PHIs
Before this commit, the insertion point for load instructions was being
set before a PHINode, causing the IR to temporarily fail verification.
The effect of this logic bug did not propagate outside the pass, because
all PHINodes are removed at the end of the pass, but it made debugging
harder.

This commit fixes the problem by always setting the insert point after
all the PHINodes.
2026-04-10 15:27:24 +02:00
..
2026-03-04 14:58:02 +01:00
2026-02-13 08:41:39 +02:00
2026-04-08 12:28:45 +03:00
2025-12-16 17:41:55 +01:00
2025-12-16 17:41:55 +01:00
2026-02-25 12:47:27 +01:00
2026-02-16 10:34:38 +01:00
2026-02-05 10:20:45 +01:00
2025-12-16 17:41:55 +01:00
2025-12-16 17:41:55 +01:00
2025-12-16 17:41:55 +01:00
2025-12-16 17:41:55 +01:00
2026-02-16 10:34:38 +01:00
2026-02-16 10:34:39 +01:00