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
I might just be out of the loop, but it seems that the issue still exists; after building 356ecb1 and reproducing the test case, the LLVM IR is identical to before:
Rellic will sometimes forget signedess and emit unsigned casts for signed integers. Simple example below:
signed.c:
Compile:
Rellic:
Output:
The bitcode in question performs a signed compare, and rellic should emit a signed compare as well:
The text was updated successfully, but these errors were encountered: