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
adpaco-aws
changed the title
Abort intrinsic handled before call to codegen_intrinsic
Non returning instrinsics should be handled before call to codegen_intrinsicJan 7, 2022
adpaco-aws
changed the title
Non returning instrinsics should be handled before call to codegen_intrinsic
Non returning instrinsics should be handled properly
Jan 7, 2022
Renaming since handling abort before or at the beginning of codegen_intrinsic is the right thing to do. But we should not always expect a destination (p or place in the code above) since non returning intrinsics will not have one.
The
hooks.rs
file handles the abort intrinsic before even callingcodegen_intrinsic
in this piece of code:This special case should be removed to handle abort in
codegen_intrinsic
The text was updated successfully, but these errors were encountered: