Simon Pilgrim 4e6783f866 [DAG] getFreeze()/getNode() - account for operand depth when calling isGuaranteedNotToBeUndefOrPoison (PR57554)
Similar to #57402 - we were calling isGuaranteedNotToBeUndefOrPoison on the freeze operand (with Depth = 0), but wasn't accounting for the fact that a later isGuaranteedNotToBeUndefOrPoison assertion will call from the new node (with Depth = 0 as well) - which will then recursively call isGuaranteedNotToBeUndefOrPoison for its operands with Depth = 1

Fixes #57554
2022-09-05 11:46:46 +01:00
..
2022-04-06 17:51:55 +01:00
2022-08-24 22:41:38 +00:00
2022-08-24 22:41:38 +00:00
2022-08-24 22:41:38 +00:00
2022-04-07 18:08:59 +01:00
2022-01-17 19:02:44 +00:00
2022-05-31 17:28:56 +01:00
2022-07-06 07:17:47 -07:00
2022-06-16 11:20:10 -07:00