Displaying 3 results from an estimated 3 matches for "6790b7f4".
2013 Feb 07
0
[LLVMdev] CostModelAnalysis for 3.0 release
On Feb 7, 2013, at 3:17 PM, ryan <stdstack at gmail.com> wrote:
> Thanks a lot for the reply, Nadav!
> I see that using the cost model in target-independent analysis is not good. But I really like the idea of having instruction
> cost estimation available. Also the reason I can't directly move to 3.2 code base is that it fails to compile(produce bc files) big
> project
2013 Feb 08
2
[LLVMdev] CostModelAnalysis for 3.0 release
...p. They both initialize the
> target machine using the target data.
>
> Thanks a lot for the pointer. I'll take a look!
Best regards,
Ryan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130207/6790b7f4/attachment.html>
2013 Feb 07
2
[LLVMdev] CostModelAnalysis for 3.0 release
Thanks a lot for the reply, Nadav!
I see that using the cost model in target-independent analysis is not good.
But I really like the idea of having instruction
cost estimation available. Also the reason I can't directly move to 3.2
code base is that it fails to compile(produce bc files) big
project like MySQL, where 3.0 has no problem.
Right now, I'm trying to hard code a particular