You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this implementation give false positives? I would think you would need to run this after optimizations, such as DCE, in order for this to not have false positives?
The text was updated successfully, but these errors were encountered:
It relies on Base.promote_op to do the inference. So whatever optimizations are used for Base.promote_op will apply here.
I haven't found a false positive but I am sure they exist. For example I ran into #27 but it turned out to be a real typeof instability due to how Core.kwcall works.
Does this implementation give false positives? I would think you would need to run this after optimizations, such as DCE, in order for this to not have false positives?
The text was updated successfully, but these errors were encountered: