Displaying 1 result from an estimated 1 matches for "my_better_sin_funct".
2016 Jan 28
4
[RFC] Canonicalize libcalls to intrinsics
Hi,
I would like to propose that when available, if a C builtin function has
an equivalent llvm intrinsic, that the intrinsic be the preferred form.
The equivalent clang __builtin should emit the intrinsic, and
SimplifyLibCalls should replace calls with the intrinsic.
For context, this came up on an old review thread:
http://reviews.llvm.org/D5896
There are a few motivations for this:
1.