[InstSimplify] Fold call null/undef to poison
Calling null or undef results in immediate undefined behavior.
Return poison instead of undef in this case, similar to what
we do for immediate UB due to division by zero.
[InstSimplify] Fold call null/undef to poison nikic on Sun, Jan 3, 1:08 PM. Authored by Tags None Subscribers None
Description
Details
|