Open
Description
@matthias-springer - this appears to be authored by you (didn't carefully check full history though). The code is sending potentially null Value
s to canonicalizeMapAndOperands (newOperands
can have null Values). You can't send null operands to the method regardless of whether their identifiers appear in the map. So this is a bug.