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
skrynski
changed the title
Should the Force instruction always keep the missing type in its type?
Should the Force instruction always keep the 'missing arg' in its type?
Mar 12, 2024
f <- function(x) x
rir.compile(f)
pir.compile(f)
Missing_arg should trigger an error iif it is the result of symbol evaluation.
Image shows Early PIR output .
Below is PIR After optimizations, notice ChkMissing is introduced.
In both cases, Force has type
val?
. I think it should be justval
.The text was updated successfully, but these errors were encountered: