Unsigned int to FP conversion in FPBV

Issue #25 resolved
Franck Cassez repo owner created an issue

From @inkytonik:

One of the SVCOMP float benchmarks has this code:

  %2 = tail call zeroext i8 @__VERIFIER_nondet_uchar() #2, !dbg !11
  %3 = uitofp i8 %2 to float, !dbg !12

At the moment, it is unclear on how to represent the effect of the uitofp conversion. Does ScalaSMT have a way to encode this?

Comments (8)

  1. Log in to comment