Ping

---------- Forwarded message ----------
From: Eli Bendersky <[email protected]>
Date: Thu, Jun 27, 2013 at 3:57 PM
Subject: [PATCH] CodeGen target hook for emitting intrinsic or libcall for
pow*
To: llvm cfe <[email protected]>


Hello,

Without fmath-errno, Clang currently generates calls to @llvm.pow.*
intrinsics when it sees pow*(). This may not be suitable for all targets
(for example PNaCl), so the attached patch adds a target hook that CodeGen
queries. The target can state its preference for having or not having the
intrinsic generated. Non-PNaCl behavior remains unchanged; PNaCl-specific
test added.

Please take a look,

Eli

Attachment: codegen-builtin-pow-le32.1.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to