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 noticed that some of the generated SMT queries have a different form when they are generated between several runs on the same LLVM IR. This leads to a cache miss and slows down the processing of the IR.
Do you know the reason for that ? Is it because of the PHIs ?!
Here is an example of the SMT queries for the same input LLVM IR:
Hi,
I noticed that some of the generated SMT queries have a different form when they are generated between several runs on the same LLVM IR. This leads to a cache miss and slows down the processing of the IR.
Do you know the reason for that ? Is it because of the PHIs ?!
Here is an example of the SMT queries for the same input LLVM IR:
The text was updated successfully, but these errors were encountered: