[llvm-commits] [LLVMdev] [PATCH] fast-math patches!

Krzysztof Parzyszek kparzysz at codeaurora.org
Fri Nov 16 19:15:39 PST 2012


On 11/15/2012 12:38 PM, Evan Cheng wrote:
>
> The patch looks good in general. But I'm a bit concerned about the textural representation about these flags. 'N', 'I', 'S', 'R', 'A' seem cryptic to me. Does it make sense to expand them a bit 'nnan', 'inf', etc.? They definitely need to be documented.

They aren't any more cryptic than, for example, nuw.  Once you remember 
what they mean there won't be any trouble reading them.  Since you can 
combine them, the instructions that have multiple of those could become 
obnoxiously long.

-Krzysztof


-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, 
hosted by The Linux Foundation



More information about the llvm-commits mailing list