search for: 5016835d

Displaying 2 results from an estimated 2 matches for "5016835d".

2015 Jan 04
4
[LLVMdev] should AlwaysInliner inline this case?
%294 = call float bitcast (float (float, float*)* @__gpu_modff to float ( float, i64)*)(float %293, i64 %preg.212.addr.0) as you may know, some gpu backends don't support function call. we need to make sure to inline all functions here. however, Inliner can not figure out that this is a valid callsite in this form. actually, it is. in C words, cast a function and then call should be treat as
2015 Jan 05
3
[LLVMdev] should AlwaysInliner inline this case?
...e'll want to get other folks input here, but a small patch to the inliner > to handle this case would seem reasonable to me. > > Philip > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150105/5016835d/attachment.html>