Simon Pilgrim
c37942df00
[DAG] visitFREEZE - limit freezing of multiple operands ( #149797 )
...
This is a partial revert of #145939 (I've kept the BUILD_VECTOR(FREEZE(UNDEF), FREEZE(UNDEF), elt2, ...) canonicalization) as we're getting reports of infinite loops (#148084 ).
The issue appears to be due to deep chains of nodes and how visitFREEZE replaces all instances of an operand with a common frozen version - other users of the original frozen node then get added back to the worklist but might no longer be able to confirm a node isn't poison due to recursion depth limits on isGuaranteedNotToBeUndefOrPoison.
The issue still exists with the old implementation but by only allowing a single frozen operand it helps prevent cases of interdependent frozen nodes.
I'm still working on supporting multiple operands as its critical for topological DAG handling but need to get a fix in for trunk and 21.x.
Fixes #148084
2025-07-22 15:40:55 +01:00
..
2025-06-27 21:16:23 +09:00
2025-07-03 07:48:08 -04:00
2025-04-03 13:22:49 -04:00
2025-04-03 13:22:49 -04:00
2025-06-18 12:34:39 +02:00
2025-06-18 12:34:39 +02:00
2025-07-02 09:44:54 -07:00
2025-06-18 12:34:39 +02:00
2025-06-18 12:34:39 +02:00
2025-06-18 10:50:17 +02:00
2025-06-18 10:50:17 +02:00
2025-06-18 10:50:17 +02:00
2025-04-03 13:22:49 -04:00
2025-06-17 15:16:24 +02:00
2025-03-30 22:03:14 -07:00
2025-03-30 22:03:14 -07:00
2025-03-30 22:03:14 -07:00
2025-03-30 22:03:14 -07:00
2025-03-30 22:03:14 -07:00
2025-06-23 16:25:53 +09:00
2025-04-03 13:22:49 -04:00
2025-04-03 13:22:49 -04:00
2025-04-03 13:22:49 -04:00
2025-06-18 10:50:17 +02:00
2025-06-18 10:50:17 +02:00
2025-06-18 10:50:17 +02:00
2025-06-18 10:50:17 +02:00
2025-06-25 09:26:40 -04:00
2025-07-04 12:18:14 +01:00
2025-06-11 22:19:31 -07:00
2025-06-13 09:14:48 -04:00
2025-06-13 09:14:48 -04:00
2025-06-13 09:14:48 -04:00
2025-06-13 09:14:48 -04:00
2025-06-13 09:14:48 -04:00
2025-06-25 09:26:40 -04:00
2025-06-13 09:14:48 -04:00
2025-03-18 13:41:24 -04:00
2025-06-09 14:01:38 -04:00
2025-06-25 14:47:38 +05:30
2025-06-03 08:44:13 +01:00
2025-04-03 13:22:49 -04:00
2025-07-11 11:10:22 +05:30
2025-07-14 15:28:52 +01:00
2025-07-02 15:28:44 -04:00
2025-03-06 09:28:44 -08:00
2025-04-03 13:22:49 -04:00
2025-06-11 22:19:31 -07:00
2025-07-03 07:48:08 -04:00
2025-04-28 16:03:10 -04:00
2025-04-24 11:27:22 -04:00
2025-06-18 13:50:57 -04:00
2025-06-18 13:50:57 -04:00
2025-07-12 11:57:28 +02:00
2025-05-22 15:42:22 +01:00
2025-06-18 13:26:15 +09:00
2025-03-19 10:19:57 -04:00
2025-06-30 08:41:23 +08:00
2025-06-25 12:31:23 +08:00
2025-06-04 14:35:30 +02:00
2025-06-04 14:35:30 +02:00
2025-03-19 10:19:57 -04:00
2025-07-06 10:53:21 +01:00
2025-03-15 21:20:22 -04:00
2025-04-02 10:40:53 +02:00
2025-04-03 13:22:49 -04:00
2025-07-12 11:57:28 +02:00
2025-07-12 11:57:28 +02:00
2025-07-07 15:19:18 +01:00
2025-07-12 11:57:28 +02:00
2025-06-25 09:26:40 -04:00
2025-04-17 17:52:49 +08:00
2025-04-07 15:50:21 -04:00
2025-05-22 15:42:22 +01:00
2025-07-04 13:23:40 -04:00
2025-07-04 13:23:40 -04:00
2025-03-18 13:41:24 -04:00
2025-03-18 13:41:24 -04:00
2025-03-18 13:41:24 -04:00
2025-03-18 13:41:24 -04:00
2025-03-18 13:41:24 -04:00
2025-03-18 13:41:24 -04:00
2025-06-09 12:34:50 -04:00
2025-05-26 10:59:35 -04:00
2025-05-26 12:47:12 -04:00
2025-07-04 10:07:03 -04:00
2025-06-09 14:01:38 -04:00
2025-07-02 09:44:54 -07:00
2025-03-14 13:11:45 +01:00
2025-03-14 13:11:45 +01:00
2025-05-13 11:26:46 -04:00
2025-05-28 14:53:46 +08:00
2025-04-17 17:52:49 +08:00
2025-06-09 14:01:38 -04:00
2025-03-18 13:41:24 -04:00
2025-03-06 09:28:44 -08:00
2025-07-03 07:48:08 -04:00
2025-04-10 11:29:14 -04:00
2025-04-07 15:50:21 -04:00
2025-04-07 15:50:21 -04:00
2025-04-07 15:50:21 -04:00
2025-03-18 13:41:24 -04:00
2025-03-18 13:41:24 -04:00
2025-05-26 19:40:01 -07:00
2025-06-03 08:44:13 +01:00
2025-07-22 15:40:55 +01:00
2025-07-03 07:48:08 -04:00
2025-04-03 13:22:49 -04:00
2025-04-03 13:22:49 -04:00
2025-04-03 13:22:49 -04:00
2025-04-13 17:06:38 +02:00
2025-04-03 13:22:49 -04:00
2025-05-23 10:49:37 -04:00
2025-04-13 17:06:38 +02:00
2025-07-03 07:48:08 -04:00
2025-06-24 04:08:34 +00:00
2025-06-25 09:26:40 -04:00
2025-06-09 14:01:38 -04:00
2025-07-02 15:07:48 +01:00
2025-07-02 15:07:48 +01:00
2025-04-03 13:22:49 -04:00
2025-03-21 12:55:39 -04:00
2025-04-30 13:11:17 +05:30
2025-05-23 10:49:37 -04:00
2025-05-26 11:08:13 -04:00
2025-04-17 17:52:49 +08:00
2025-04-13 17:06:38 +02:00
2025-07-03 07:48:08 -04:00
2025-07-03 07:48:08 -04:00
2025-04-17 17:52:49 +08:00
2025-07-17 00:29:38 +03:00
2025-06-09 14:01:38 -04:00
2025-07-15 15:50:54 +09:00
2025-07-03 07:48:08 -04:00
2025-07-03 07:48:08 -04:00
2025-04-03 13:22:49 -04:00
2025-04-03 13:22:49 -04:00
2025-04-03 13:22:49 -04:00
2025-04-22 17:36:41 -04:00
2025-04-03 13:22:49 -04:00
2025-04-30 10:39:09 -04:00
2025-04-04 15:56:30 -04:00
2025-06-09 14:01:38 -04:00
2025-06-02 18:21:14 +08:00
2025-06-09 14:01:38 -04:00
2025-06-09 14:01:38 -04:00
2025-05-23 10:49:37 -04:00
2025-06-05 09:41:51 -04:00
2025-06-25 12:31:23 +08:00
2025-07-03 07:48:08 -04:00
2025-07-08 21:52:53 -07:00
2025-07-03 20:53:02 +05:30
2025-07-03 20:53:02 +05:30
2025-07-03 20:53:02 +05:30
2025-07-03 20:53:02 +05:30
2025-07-03 20:53:02 +05:30