Displaying 6 results from an estimated 6 matches for "i129".
Did you mean:
129
2007 Oct 07
5
[LLVMdev] The definition of getTypeSize
Now that I'm working on codegen support for arbitrary precision
integers (think i36 or i129), I've hit the problem of what
getTypeSize and friends should return for such integers (the
current implementations seem to me to be wrong). However it's
not clear to me how getTypeSize and friends are defined.
There seem to be several possible meanings for the size of a type
(only talkin...
2007 Oct 08
0
[LLVMdev] The definition of getTypeSize
On Oct 7, 2007, at 11:23 AM, Duncan Sands wrote:
> Now that I'm working on codegen support for arbitrary precision
> integers (think i36 or i129), I've hit the problem of what
> getTypeSize and friends should return for such integers (the
> current implementations seem to me to be wrong). However it's
> not clear to me how getTypeSize and friends are defined.
>
> There seem to be several possible meanings for the siz...
2007 Oct 08
3
[LLVMdev] The definition of getTypeSize
Hi Evan, thanks for replying.
> > Now that I'm working on codegen support for arbitrary precision
> > integers (think i36 or i129), I've hit the problem of what
> > getTypeSize and friends should return for such integers (the
> > current implementations seem to me to be wrong). However it's
> > not clear to me how getTypeSize and friends are defined.
> >
> > There seem to be several poss...
2007 Oct 09
0
[LLVMdev] The definition of getTypeSize
On Oct 8, 2007, at 12:47 PM, Duncan Sands wrote:
> Hi Evan, thanks for replying.
>
>>> Now that I'm working on codegen support for arbitrary precision
>>> integers (think i36 or i129), I've hit the problem of what
>>> getTypeSize and friends should return for such integers (the
>>> current implementations seem to me to be wrong). However it's
>>> not clear to me how getTypeSize and friends are defined.
>>>
>>> There seem to...
2017 Mar 14
3
llvm-stress crash
...%E127 = extractelement <2 x i1> %Cmp87, i32 1
br i1 %E127, label %CF254, label %CF264
CF264: ; preds = %CF267
%Shuff128 = shufflevector <4 x i16> %Shuff83, <4 x i16> %I47, <4 x i32> <i32 undef, i32 2, i32 undef, i32 6>
%I129 = insertelement <4 x i16> %Shuff67, i16 %Sl109, i32 2
%B130 = add i32 %3, %E38
%FC131 = sitofp i32 %3 to float
%Sl132 = select i1 %Sl42, i64 %L24, i64 %L5
%Cmp133 = icmp eq <2 x i1> %I99, %Shuff20
%L134 = load i32, i32* %PC78
store i32 %L104, i32* %1
%E135 = extractelement...
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...inbounds i16* %num, i32 5
%incdec.ptr2.3.i121 = getelementptr inbounds i16* %num, i32 6
%incdec.ptr2.4.i123 = getelementptr inbounds i16* %num, i32 7
%incdec.ptr2.5.i125 = getelementptr inbounds i16* %num, i32 8
%incdec.ptr2.6.i127 = getelementptr inbounds i16* %num, i32 9
%incdec.ptr2.7.i129 = getelementptr inbounds i16* %num, i32 10
%incdec.ptr2.8.i131 = getelementptr inbounds i16* %num, i32 11
%incdec.ptr2.9.i = getelementptr inbounds i16* %num, i32 12
%.pre = load i16* %add.ptr.i, align 2, !tbaa !5
%.pre193 = load i16* %arrayidx11, align 2, !tbaa !5
br label %for.body9
fo...