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
We accurately model all semantics in LLVM. For operations that are side-effectful (divisions and remainders), we mark them as such in our framework, which ensures that the peephole rewrite never rewrites such operations. We choose the side effecting monad to be $Id$, thereby effectively freezing undefined behaviour into poison, which is a safe semantic refinement to do.
The text was updated successfully, but these errors were encountered:
This lets us say the following:
The text was updated successfully, but these errors were encountered: