Displaying 4 results from an estimated 4 matches for "i99".
Did you mean:
99
2015 Feb 18
2
[LLVMdev] Moving towards a singular pointer type
...t;colinl at codeaurora.org>
wrote:
> It might help after adding explicit types where needed and before adding
> the opaque pointer type, to change all pointers to a single type in the
> existing type system, i8* could work or maybe a weird type that would shake
> out any issues like i99*.
>
I'm not sure this would help things very much - it'd just add two major
churns rather than one, no? (one to transform all the tests from T* to i42*
then another to change from i42* to ptr)
If we included back-compat textual IR support then it would be different
(but we could includ...
2015 Feb 18
2
[LLVMdev] Moving towards a singular pointer type
On Tue, Feb 17, 2015 at 10:47 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
> On Tue, Feb 17, 2015 at 10:27 PM, Chris Lattner <clattner at apple.com>
> wrote:
>
>> On Feb 17, 2015, at 1:58 PM, Chandler Carruth <chandlerc at gmail.com>
>> wrote:
>> > I'm not actually worried about this change though Chris, at least
>> w.r.t.
2017 Mar 14
3
llvm-stress crash
...store i1 true, i1* %PC
%E97 = extractelement <2 x i1> %Shuff20, i32 1
br label %CF
CF: ; preds = %CF, %CF258, %CF257
%Shuff98 = shufflevector <2 x i1> %Cmp80, <2 x i1> zeroinitializer, <2 x i32> <i32 undef, i32 0>
%I99 = insertelement <2 x i1> %Shuff98, i1 %Cmp30, i32 0
%B100 = sub <8 x i8> zeroinitializer, zeroinitializer
%FC101 = uitofp <2 x i1> %I99 to <2 x double>
%Sl102 = select i1 %FC, i16 %Sl63, i16 %E58
%Cmp103 = fcmp ord double %B16, 0xDACBFCEAC1C99968
br i1 %Cmp103, lab...
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...89_crit_edge, %while.body25
%i.025.i85 = phi i32 [ 3, %while.body25 ], [ %phitmp161, %if.end.i102.for.body.i89_crit_edge ]
%bits.024.i86 = phi i16 [ 0, %while.body25 ], [ %conv15.i, %if.end.i102.for.body.i89_crit_edge ]
%x.addr.023.i87 = phi i16* [ %add.ptr.i84, %while.body25 ], [ %incdec.ptr.i99, %if.end.i102.for.body.i89_crit_edge ]
%13 = load i16* %x.addr.023.i87, align 2, !tbaa !5
%tobool.i88 = icmp slt i16 %13, 0
br i1 %tobool.i88, label %if.then.i93, label %if.end.i102
if.then.i93: ; preds = %for.body.i89
%conv1.i90 = zext i16 %bits.024.i8...