search for: 730137ef

Displaying 2 results from an estimated 2 matches for "730137ef".

2010 Dec 01
0
[LLVMdev] fixed point types
...nes you actually need, if only because it's less work both when > implementing them and when updating the optimizers to support them. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101201/730137ef/attachment.html>
2010 Nov 30
2
[LLVMdev] fixed point types
On Tue, Nov 30, 2010 at 2:48 PM, Jonas Paulsson <jnspaulsson at hotmail.com> wrote: > all right, no fixed point type in LLVM :-( > > May I ask then, what could one expect from various optimizations when using > intrinsics to support the fixed point type? LTO, Value optimizations, mem ?? You'd have to implement explicit support for the new intrinsics in various places. For