Fix FunctionalizeCond crash when fed with invalid control flow graph.
In some cases, we might get invalid control flow graph where Merge node inputs are not in any CondContext. As a result, in JoinCondStatesMerge(), the CondId 'src' will be nullptr. Check this case and return an error. PiperOrigin-RevId: 231839691
Loading
Please sign in to comment