[llvm-commits] [llvm-gcc-4.2] r55796 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp
Duncan Sands
baldrick at free.fr
Fri Sep 5 14:09:08 PDT 2008
> This would be correct, but is an overly conservative approach.
Yes, but for the moment there is nothing better.
> IMO worrying about the rounding mode when we don't model it at all is
> premature (I don't believe anyone has complained about the behavior of
> sqrt, which has all the problems you note above). But I can see where
> some would prefer a conservatively correct implementation.
Those crazy numerics guys for example!
> I guess what I can do is mark these intrinsics (including sqrt) as readonly
> and leave the tests in llvm-gcc alone. Does that work for you? (If
> it causes performance problems I may need to back that out, but I
> don't anticipate this.)
Good plan!
Ciao,
Duncan.
More information about the llvm-commits
mailing list