search for: emitnaryfloatfncalls

Displaying 2 results from an estimated 2 matches for "emitnaryfloatfncalls".

2013 Aug 13
2
[LLVMdev] SimplifyLibCalls doesn't check TLI for LibFunc availability
...unc::fabs are not. This is not very likely, but I guess it is technically possible. 2) The simplification functions are also called for intrinsics (pow and exp2). In this case, it's possible that libm is not available at all. Is this a bug, or am I missing something here? Those unchecked EmitnaryFloatFnCalls are all over the pass. Thanks, Michael --------------------------------------------------------------------- Intel Israel (74) Limited This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictl...
2013 Aug 13
0
[LLVMdev] SimplifyLibCalls doesn't check TLI for LibFunc availability
...> technically possible.**** > > **2) **The simplification functions are also called for intrinsics > (pow and exp2). In this case, it’s possible that libm is not available at > all.**** > > ** ** > > Is this a bug, or am I missing something here? Those unchecked > EmitnaryFloatFnCalls are all over the pass.**** > > > > > Bug. -Eli -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130813/18b8bb08/attachment.html>