[LLVMdev] Float undef value propagation

Tim Northover t.p.northover at gmail.com
Wed Dec 11 12:33:31 PST 2013


On 11 December 2013 20:25, Raoux, Thomas F <thomas.f.raoux at intel.com> wrote:
> Well in IEEE-754 Nan + any value returns Nan, so doing Nan + undef -> undef is wrong.

I see what you mean having re-read the language reference. It looks
like LLVM's "undef" has to be *some* bitpattern at any point, and that
allows IEEE room to come in and say what the result is.

Tim.



More information about the llvm-dev mailing list