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
In case of using memory operations like load/store, gep and pointer arithmetic we may miss connections between components (result of the first components no correlate with input of the second one).
Example:
How to fix:
*Add check connectness for assign with --check option
Make sure that values from internal_storage not passed as component's input:
In case of using memory operations like
load/store, gep
and pointer arithmetic we may miss connections between components (result of the first components no correlate with input of the second one).Example:
How to fix:
connectness
for assign with--check
optioninternal_storage
not passed as component's input:select
,and
,or
,xor
. Seems current bitwise components are not applicable : https://www.notion.so/nilfoundation/New-Components-Description-8012f3c4067b43b89e7c8246b42ccc38The text was updated successfully, but these errors were encountered: