Displaying 5 results from an estimated 5 matches for "tmp28".
Did you mean:
tmp2
2010 Nov 29
1
[LLVMdev] Sparc regression in V119382 "pseudo instruction expansion"
...in version 119382 and later. I glanced at it but haven't
figure it out yet. I figure I'd ping the list to see if it's an obvious
fix to someone else.
define void @test(i16 %di, i32 %L_num, i32 %tmp1, i16* %P) {
%X = shl i16 %di, 1 ; <i16> [#uses=1]
%tmp28 = shl i32 %L_num, 1 ; <i32> [#uses=1]
%tmp31 = icmp slt i32 %tmp28, %tmp1 ; <i1> [#uses=1]
%tmp31.upgrd = zext i1 %tmp31 to i16 ; <i16> [#uses=1]
%tmp371 = or i16 %tmp31.upgrd, %X ; <i16> [#uses=1]
%div.0.b...
2008 Dec 09
1
[LLVMdev] scalar-evolution + indvars fail to get the loop trip count?
...t i32 %tmp13, 0 ; <i1> [#uses=1]
%indvar.next = add i32 %indvar, 1 ; <i32> [#uses=1]
br i1 %tmp16, label %bb17, label %bb
bb17: ; preds = %bb
%indvar.lcssa = phi i32 [ %indvar, %bb ] ; <i32>
[#uses=1]
%tmp28 = mul i32 %indvar.lcssa, %x ; <i32> [#uses=1]
%z.0.reg2mem.0 = add i32 %y, %x ; <i32> [#uses=1]
%tmp4 = add i32 %z.0.reg2mem.0, %tmp28 ; <i32> [#uses=1]
ret i32 %tmp4
}
Surely the loop trip count is 256, but the Loop::getTripC...
2011 Oct 20
0
[LLVMdev] Undefined metadata
Hi,
I am trying to translate a .ll (llvm disassembly) file into bitcode, but
clang throws up the following error.
##
error: use of undefined metadata '!0'
%tmp28 = load i8** %v, align 4, !tbaa !0
##
I would appreciate any insights on this problem.
Thanks in advance,
Pranav
Qualcomm Innovation Center, Inc is a member of Code Aurora Forum.
2008 Jan 12
1
[LLVMdev] Labels
...struct._IO_FILE** @stdin, align 4
%tmp16 = tail call i32 @_IO_getc( %struct._IO_FILE* %tmp15 )
%tmp21 = icmp eq i32 %tmp16, -1
br i1 %tmp21, label %cond_next, label %cond_true
cond_true:
%tmp24 = load i8** @yybuf, align 4
%tmp25 = load i32* @yypos, align 4
%tmp2627 = trunc i32 %tmp16 to i8
%tmp28 = getelementptr i8* %tmp24, i32 %tmp25
store i8 %tmp2627, i8* %tmp28, align 1
br label %cond_next
cond_next:
%iftmp.29.0 = phi i32 [ 1, %cond_true ], [ 0, %bb13 ]
%tmp31 = icmp eq i32 %iftmp.29.0, 0
br i1 %tmp31, label %UnifiedReturnBlock, label %cond_next36
cond_next36:
%tmp37 = load i32*...
2008 Jun 10
3
[LLVMdev] DejaGNU test fixes
...2* %a.0, align 4 ; <i32> [#uses=1]
%tmp2324 = zext i32 %tmp23 to i64 ; <i64> [#uses=1]
%mask25 = and i64 %tmp2324, 68719476735 ; <i64> [#uses=2]
%mask26 = and i64 %mask25, 68719476735 ; <i64> [#uses=0]
%mask27 = and i64 %mask25, 68719476735 ; <i64> [#uses=1]
%tmp28 = mul i64 %mask27, 32 ; <i64> [#uses=1]
%mask29 = and i64 %tmp28, 68719476735 ; <i64> [#uses=1]
%mask30 = and i64 %mask29, 68719476735 ; <i64> [#uses=0]
%tmp31 = load i32* %a.0, align 4 ; <i32> [#uses=1]
%tmp32 = mul i32 %tmp31, 4 ; <i32> [#uses=0]
%tmp33 = g...