Hi Cristian

I found this snippet of code in executeInstruction of Executor.cpp

   case Instruction::FPToSI: {
    ......
     Arg.convertToInteger(&value, resultType, false,
                          llvm::APFloat::rmTowardZero, &isExact);
     ...
   }

The third argument should be "true", right? Because this
FP is converted to signed integer.

Thanks
Peng
_______________________________________________
klee-dev mailing list
[email protected]
http://keeda.Stanford.EDU/mailman/listinfo/klee-dev

Reply via email to