Displaying 2 results from an estimated 2 matches for "i271".
Did you mean:
271
2007 Dec 20
1
[LLVMdev] Code Generation Problem llvm 1.9
...;double*> [#uses=1]
load double* %castLongToGV23 ; <double>:34 [#uses=1]
cast double %34 to int ; <int>:9 [#uses=2]
seteq int %9, 0 ; <bool>:7 [#uses=1]
br bool %7, label %entry.bb19_crit_edge.i270, label %bb.preheader.i271
It gets converted to the following MachineBasicBlock
__exp.exit (0x8c58628, LLVM BB @0x8c1c558, ID#21):
Predecessors according to CFG: 0x8c53a90 0x8c55b50
MOV32mi %EBP, 1, %NOREG, -224, <ga:DataStore>
%EAX = MOV32rm %EBP, 1, %NOREG, -224
%EAX = ADD32ri8 %EAX, 40...
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...inbounds i16* %s, i32 12
br label %for.body.i273
for.body.i273: ; preds = %if.end.i286, %if.then140
%i.025.i269 = phi i32 [ 2, %if.then140 ], [ %inc.i284, %if.end.i286 ]
%bits.024.i270 = phi i16 [ 0, %if.then140 ], [ %conv15.i, %if.end.i286 ]
%x.addr.023.i271 = phi i16* [ %add.ptr.i268, %if.then140 ], [ %incdec.ptr.i283, %if.end.i286 ]
%20 = load i16* %x.addr.023.i271, align 2, !tbaa !5
%tobool.i272 = icmp slt i16 %20, 0
br i1 %tobool.i272, label %if.then.i277, label %if.end.i286
if.then.i277: ; preds = %for.bo...