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
[LLVM]: [WARNINGS]:
Terminator found in the middle of a basic block!
label %then
ir.ll:38:3: error: instruction expected to be numbered '%1'
%0 = load i64, i64* %tmp
^
1 error generated.
Error generating IR
Comments
Return statements inside basic basic blocks (if/else label, for loop) always produce that warning, sometimes the program still work, but it's better to invistigate that issue as it might be the root cause.
Code to reproduce
Expected behavior
Prints 8
Actual behavior
Comments
The text was updated successfully, but these errors were encountered: