Check for poison values in fptosi and fptoui #137
Labels
llvm
poison
Issues touching on the LLVM concept of poison
unsoundness
Potential for incorrect proofs exists
The LLVM language reference says:
and
However, it doesn't appear that we're currently checking for poison values there by adding side conditions:
crucible/crucible-llvm/src/Lang/Crucible/LLVM/Translation/Instruction.hs
Lines 550 to 568 in 1a0bd90
The text was updated successfully, but these errors were encountered: