lifting-bits / rellic

Rellic produces goto-free C output from LLVM bitcode
Apache License 2.0
537 stars 43 forks source link

Replace undef constant floats with 0 #328

Closed 2over12 closed 1 year ago

2over12 commented 1 year ago

NaN would also be kinda viable

frabert commented 1 year ago

The patch looks good to me, I'm just confused as to why the CI is not running 🙃