search for: 2bf3d128

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

2013 May 16
0
[LLVMdev] _Znwm is not a builtin
...itted only on direct calls to 'nobuiltin' functions, which overrides the 'nobuiltin' attribute on the function Would that be preferable? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130515/2bf3d128/attachment.html>
2013 May 16
3
[LLVMdev] _Znwm is not a builtin
On May 15, 2013, at 8:50 PM, Richard Smith <richard at metafoo.co.uk> wrote: >> 1) The 'nobuiltin' attribute doesn't actually prevent the optimization (see recent patch on llvmcommits) >> 2) We can't block the optimization if the call happens through a function pointer, unless we also annotate all calls through function pointers as 'nobuiltin' >>