[LLVMdev] folding x * 0 = 0
Jochen Wilhelmy
j.wilhelmy at arcor.de
Wed Mar 3 09:32:42 PST 2010
> Is x*0 => 0 true if isnan(x)?
>
then where do I have to add it if I want to make it a non-standard
modification
of my local llvm version?
would it make sense to add a subset of float to llvm or a kind of modifier
(e.g. valid float to indicate that it is always valid and not nan) to
allow more aggressive optimization?
just like e.g. inbounds for load
-Jochen
More information about the llvm-dev
mailing list