search for: bb17

Displaying 13 results from an estimated 13 matches for "bb17".

Did you mean: bb1
2006 Dec 04
2
[LLVMdev] problem using scc_iterator on CallGraph
...label %bb531 int 38, label %bb418 int 42, label %bb495 int 43, label %bb467 int 45, label %cond_true484 int 47, label %bb510 int 48, label %bb408 int 49, label %bb410 int 60, label %bb620 int 61, label %bb588 int 62, label %bb652 int 65, label %bb4 int 66, label %bb17 int 67, label %bb67 int 68, label %bb113 int 74, label %bb20 int 75, label %cond_false129 int 76, label %bb132 int 77, label %bb145 int 79, label %bb182 int 80, label %bb233 int 82, label %bb188 int 83, label %bb213 int 84, label %bb226 int 87, label %bb233 in...
2006 Dec 04
0
[LLVMdev] problem using scc_iterator on CallGraph
...bel %bb495 > int 43, label %bb467 > int 45, label %cond_true484 > int 47, label %bb510 > int 48, label %bb408 > int 49, label %bb410 > int 60, label %bb620 > int 61, label %bb588 > int 62, label %bb652 > int 65, label %bb4 > int 66, label %bb17 > int 67, label %bb67 > int 68, label %bb113 > int 74, label %bb20 > int 75, label %cond_false129 > int 76, label %bb132 > int 77, label %bb145 > int 79, label %bb182 > int 80, label %bb233 > int 82, label %bb188 > int 83, label %bb213 &gt...
2008 Dec 09
1
[LLVMdev] scalar-evolution + indvars fail to get the loop trip count?
...] store i32 %tmp8, i32* %tmp11, align 4 %tmp13 = sub i32 254, %indvar ; <i32> [#uses=1] %tmp16 = icmp slt 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 = a...
2006 Dec 04
1
[LLVMdev] problem using scc_iterator on CallGraph
...label %bb467 >> int 45, label %cond_true484 >> int 47, label %bb510 >> int 48, label %bb408 >> int 49, label %bb410 >> int 60, label %bb620 >> int 61, label %bb588 >> int 62, label %bb652 >> int 65, label %bb4 >> int 66, label %bb17 >> int 67, label %bb67 >> int 68, label %bb113 >> int 74, label %bb20 >> int 75, label %cond_false129 >> int 76, label %bb132 >> int 77, label %bb145 >> int 79, label %bb182 >> int 80, label %bb233 >> int 82, label %bb188 >&...
2010 Aug 06
11
Getting Alibre Design to work...
I am new to Wine and don't really know my way round it but I thought I might try my CAD software on it, Alibre Design. It seems to have installed fine but won't start. I have discussed this in another thread already (here: http://forum.winehq.org/viewtopic.php?t=9205) but the heading is rather misleading so I thought I might start a new thread with a proper heading. Any help in getting
2006 Oct 08
2
[LLVMdev] How to insert two instructions with the same name?
Hi, i want to insert a PHI into one basicblock like this: %s.1 = phi int [ 80, %entry ], [ %tmp21, %bb17 ] then, insert a cast inst. into another basicblock like this: %s.1 = cast int %s.1 to uint But, when i do this, the llvm automatically change the same name into a new one. Actually, i found that sometimes, llvm will create bytecode containing two instructions with same name. So, how can i impl...
2012 Jan 03
1
[LLVMdev] AliasAnalysis and memory dependency
...file+Asserts/lib/parallel.so -parallel -dot-cfg obj.o -o out.o 1. Running pass 'Function Pass Manager' on module 'obj.o'. 2. Running pass 'Loop Pass Manager' on function '@write_circulations' 3. Running pass 'parallel World Pass' on basic block '%bb17' -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120103/cb72be88/attachment.html>
2012 Jan 03
0
[LLVMdev] AliasAnalysis and memory dependency
Hi neda 8664, > I want to find memory dependency between CallInst instruction and other. So i > used the following code: > > > > / AliasAnalysis &AA=getAnalysis<AliasAnalysis>();/ > > /*if* (isa< StoreInst >(inst1)){ / > > // // /*if* (isa<CallInst>(inst2)) / /{/ > > / CallInst *call_inst2= dyn_cast<CallInst>(inst2); /
2006 Oct 08
0
[LLVMdev] How to insert two instructions with the same name?
On Oct 8, 2006, at 1:15 AM, Zhou Sheng wrote: > i want to insert a PHI into one basicblock like this: > > %s.1 = phi int [ 80, %entry ], [ %tmp21, %bb17 ] > > then, insert a cast inst. into another basicblock like this: > > %s.1 = cast int %s.1 to uint > > But, when i do this, the llvm automatically change the same name > into a new one. > In SSA, any assignment creates a new variable. So it'd probably be called some...
2012 Jan 03
2
[LLVMdev] AliasAnalysis and memory dependency
Hi all, I want to find memory dependency between CallInst instruction and other. So i used the following code: * AliasAnalysis &AA=getAnalysis<AliasAnalysis>();* * if(isa<StoreInst>(inst1)){* * ** **if(isa<CallInst>(inst2))**{* * CallInst *call_inst2= dyn_cast<CallInst>(inst2); * * if(AA.getModRefInfo(inst1,call_inst2)==mod)**{* *
2017 Jan 13
4
Wrong code bug after GVN/PRE?
..., %ptr7 %j.9 %_tmp89 = mul %int4 %_tmp88, 10 store %int4 %_tmp89, %ptr7 %j.9 %_tmp90 = load %int4, %ptr7 %i.8 %_tmp91 = add %int4 %_tmp90, 1 store %int4 %_tmp91, %ptr7 %i.8 %_tmp92 = load %int4, %ptr7 %j.9 %_tmp93 = icmp slt %int4 %_tmp92, 101 br i1 %_tmp93, label %bb14, label %bb16 bb16: br label %bb17 bb17: ret %int4 zeroinitializer }
2014 Nov 03
8
[LLVMdev] [PATCH] Protection against stack-based memory corruption errors using SafeStack
...mmy(%struct.small** %tmp) nounwind + %tmp2 = load %struct.small** %tmp, align 8 + %tmp3 = ptrtoint %struct.small* %tmp2 to i64 + %tmp4 = trunc i64 %tmp3 to i32 + %tmp5 = icmp sgt i32 %tmp4, 0 + br i1 %tmp5, label %bb6, label %bb21 + +bb6: ; preds = %bb17, %bb + %tmp7 = phi %struct.small* [ %tmp19, %bb17 ], [ %tmp2, %bb ] + %tmp8 = phi i64 [ %tmp20, %bb17 ], [ 1, %bb ] + %tmp9 = phi i32 [ %tmp14, %bb17 ], [ %tmp1, %bb ] + %tmp10 = getelementptr inbounds %struct.small* %tmp7, i64 0, i32 0 + %tmp11 = load i8* %tmp10, align 1 + %tmp12 = icmp eq i...
2015 Jun 07
43
[Bug 90887] New: PhiMovesPass in register allocator broken
https://bugs.freedesktop.org/show_bug.cgi?id=90887 Bug ID: 90887 Summary: PhiMovesPass in register allocator broken Product: Mesa Version: git Hardware: All OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at