When we put the value in select placeholder we must pass
the value through simplification tracker due to the value might
be already simplified and erased.
This is a fix for PR35658.
Differential D41251
[CGP] Fix the handling an assert in complex addressing mode skatkov on Dec 14 2017, 11:32 AM. Authored by
Details When we put the value in select placeholder we must pass This is a fix for PR35658.
Diff Detail
Event TimelineComment Actions I don't know this code at all so I can't say if the fix makes sense or not, but I've tested it on my out-of-tree target Thanks for fixing! Comment Actions Thank you for an update! Let's wait for a review from John, he knows this code very well... Comment Actions Given that it looks like we're already doing the same thing for phi nodes this looks like a sensible fix, so LGTM. |