[LLVMdev] Floating point ordered and unordered comparisons

sundeepk at codeaurora.org sundeepk at codeaurora.org
Tue Jul 9 20:21:14 PDT 2013


> The function ISD::getSetCCInverse() would probably be useful for you
> here: you can use it to transform an unordered operation into an
> ordered operation.

Thanks for your reply Eli. I will check how to convert unordered
operations back to ordered one. I have another related question - is it
possible for frontend (clang) to generate unordered operation from the
source code?

-Sundeep




More information about the llvm-dev mailing list