Files
revng-revng/lib
Pietro Fezzardi a7aa3a0e1a ExitSSA: fix detection of incompatible PHINodes
The previous logic for detection of incompatible PHINodes was broken in
various different ways.
1. `return true` and `return false` were flipped, so it effectively did
   the opposite of what it was expected to do
2. `std::numeri_limits<Value *>::max()` yielded 0, breaking the lookup.

This commit fixes the condition for incompatible PHINodes and adds a lot
of logging.
2026-06-19 11:07:44 +02:00
..
2026-06-15 17:28:22 +02:00
2026-06-15 17:28:22 +02:00
2025-12-16 17:41:55 +01:00
2026-06-19 09:18:16 +02:00
2025-12-16 17:41:55 +01:00
2026-04-23 13:40:42 +02:00
2026-02-16 10:34:38 +01:00
2026-06-15 11:47:41 +02:00
2026-04-23 13:40:43 +02: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