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
When I index the result of an external call, the generated IR does not create a call operation. The TMP that was supposed to be the lvalue for the high level call is indexed without having been initialized.
This only happens if the call takes at least one argument.
kevinclancy
changed the title
[Bug-Candidate]: Call operation missing when its result is indexed
[Bug-Candidate]: Call IR operation missing when its result is indexed
May 17, 2023
Describe the issue:
When I index the result of an external call, the generated IR does not create a call operation. The TMP that was supposed to be the lvalue for the high level call is indexed without having been initialized.
This only happens if the call takes at least one argument.
Seems similar to this issue.
Code example to reproduce the issue:
Version:
0.9.3
Relevant log output:
The text was updated successfully, but these errors were encountered: