Displaying 3 results from an estimated 3 matches for "misdirecton".
Did you mean:
misdirection
2009 Mar 25
2
[LLVMdev] LLVM and GMP
On Mar 24, 2009, at 11:20 PM, someguy wrote:
> I could be wrong, but I think that you may need to add a 'big-integer'
> intrinsic type to llvm.
No, please don't. GMP is just another library like libc, your front-
end should just generate calls into it like any other library. This
is similar to how we handle threading and many other "language
features".
-Chris
2009 Mar 25
0
[LLVMdev] LLVM and GMP
Oh. I see. That way the bigints don't need a representation in llvm IR... neat.
Sorry for the misdirecton!
On Wed, Mar 25, 2009 at 8:38 AM, Chris Lattner <clattner at apple.com> wrote:
>
> On Mar 24, 2009, at 11:20 PM, someguy wrote:
>
>> I could be wrong, but I think that you may need to add a 'big-integer'
>> intrinsic type to llvm.
>
> No, please don't....
2009 Mar 26
1
[LLVMdev] LLVM and GMP
...ent the process on the wiki?
>
> </wiki pimping>
>
> On Wed, Mar 25, 2009 at 9:16 AM, someguy
> <just.s0m3.guy+llvmdev at gmail.com> wrote:
>
>> Oh. I see. That way the bigints don't need a representation in llvm IR... neat.
>>
>> Sorry for the misdirecton!
>>
>> On Wed, Mar 25, 2009 at 8:38 AM, Chris Lattner <clattner at apple.com> wrote:
>>
>>> On Mar 24, 2009, at 11:20 PM, someguy wrote:
>>>
>>>
>>>> I could be wrong, but I think that you may need to add a 'big-integer&...