[llvm-commits] lib/CodeGen/SelectionDAG/TargetLowering.cpp test/CodeGen/X86/2007-09-27-LDIntrinsics.ll utils/TableGen/CodeGenTarget.cpp utils/TableGen/IntrinsicEmitter.cpp

Dan Gohman djg at cray.com
Fri Sep 28 11:58:38 PDT 2007


>> Why not use anyfp?  This would allow us to have one sqrt and one powi
>> definition.
> 
> Hard to explain; it just feels like the sort of thing where all the  
> values ought to be spelled out.

FWIW, sqrt was one of the main reasons we created anyfloat. The
codegen portion of the vector-intrinsics patch depends on sqrt
using anyfloat.

Dan

-- 
Dan Gohman, Cray Inc.



More information about the llvm-commits mailing list