Displaying 9 results from an estimated 9 matches for "bb41".
Did you mean:
bb1
2009 Feb 05
2
[LLVMdev] LLVM misses some cross-MBB and loop optimizations compared to GCC
...er already. For example,
in the example below, the marked "movl 12(%esp), %ecx" instruction
could be eliminated.
.LBB2_2: # bb31
movl 12(%esp), %ecx
movl 8(%esp), %eax
cmpl $0, up+28(%eax,%ecx,4)
je .LBB2_9 # bb569
.LBB2_3: # bb41 ; <--- bb31 is the only predecessor of bb41
movl 12(%esp), %ecx ; <--- This could be eliminated!!!
movl 4(%esp), %eax
cmpl $0, down(%eax,%ecx,4)
je .LBB2_9 # bb569
It is also worth mentioning, that currently reloads from spill slots
are...
2009 Feb 06
0
[LLVMdev] LLVM misses some cross-MBB and loop optimizations compared to GCC
...mple below, the marked "movl 12(%esp), %ecx" instruction
> could be eliminated.
>
> .LBB2_2: # bb31
> movl 12(%esp), %ecx
> movl 8(%esp), %eax
> cmpl $0, up+28(%eax,%ecx,4)
> je .LBB2_9 # bb569
> .LBB2_3: # bb41 ; <--- bb31 is the only predecessor
> of bb41
> movl 12(%esp), %ecx ; <--- This could be eliminated!!!
> movl 4(%esp), %eax
> cmpl $0, down(%eax,%ecx,4)
> je .LBB2_9 # bb569
>
>
> It is also worth mentioning, that cur...
2016 Jan 20
2
Why getFunction() of CallGraphNode return NULL function?
...= getelementptr inbounds void (%class.Table.543*,
%class.Transaction.553*)** %tmp38, i64 5, !dbg !69982
%tmp40 = load void (%class.Table.543*, %class.Transaction.553*)** %tmp39,
align 8, !dbg !69982
invoke void %tmp40(%class.Table.543* %table, %class.Transaction.553*
%tmp36)
to label %bb41 unwind label %bb72, !dbg !69982
and thus I cannot find the called function "truncate" from "invoke void
%tmp40(...)", what should I do?
I didn't analysis C++ code with llvm, does all the function calls through
objects are translated to such complex indirect calls?
If so, ho...
2016 Jan 20
2
Why getFunction() of CallGraphNode return NULL function?
...43*,
> %class.Transaction.553*)** %tmp38, i64 5, !dbg !69982
>
> %tmp40 = load void (%class.Table.543*, %class.Transaction.553*)**
> %tmp39, align 8, !dbg !69982
>
> invoke void %tmp40(%class.Table.543* %table, %class.Transaction.553*
> %tmp36)
>
> to label %bb41 unwind label %bb72, !dbg !69982
>
>
>
> and thus I cannot find the called function "truncate" from "invoke void
> %tmp40(...)", what should I do?
>
> I didn't analysis C++ code with llvm, does all the function calls through
> objects are translated to...
2016 Jan 19
2
Why getFunction() of CallGraphNode return NULL function?
Hi all,
I want to find all the called functions in each function, thus I iterate
the calledFunctions of each CallGraphNode in CallGraph as follow:
for (CallGraph::iterator it = CG->begin(); it != CG->end(); ++it) {
CallGraphNode* node = it->second;
for (CallGraphNode::iterator it2 = node->begin(); it2 != node->end();
++it2) {
Function* calledFunc =
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...dp, i32 0, i32 8, i32 12
store i16 0, i16* %incdec.ptr.10.i, align 2, !tbaa !5
store i16 0, i16* %incdec.ptr.11.i, align 2, !tbaa !5
switch i32 %0, label %sw.bb [
i32 24, label %sw.bb48
i32 113, label %sw.bb19
i32 64, label %sw.bb26
i32 56, label %sw.bb34
i32 53, label %sw.bb41
]
sw.bb: ; preds = %if.then15
%rw = getelementptr inbounds %struct.LDPARMS* %ldp, i32 0, i32 2
store i32 12, i32* %rw, align 4, !tbaa !3
%rmsk = getelementptr inbounds %struct.LDPARMS* %ldp, i32 0, i32 5
store i16 -1, i16* %rmsk, align 2, !tbaa...
2017 Oct 26
0
not healing one file
Hey Richard,
Could you share the following informations please?
1. gluster volume info <volname>
2. getfattr output of that file from all the bricks
getfattr -d -e hex -m . <brickpath/filepath>
3. glustershd & glfsheal logs
Regards,
Karthik
On Thu, Oct 26, 2017 at 10:21 AM, Amar Tumballi <atumball at redhat.com> wrote:
> On a side note, try recently released health
2017 Oct 26
3
not healing one file
On a side note, try recently released health report tool, and see if it
does diagnose any issues in setup. Currently you may have to run it in all
the three machines.
On 26-Oct-2017 6:50 AM, "Amar Tumballi" <atumball at redhat.com> wrote:
> Thanks for this report. This week many of the developers are at Gluster
> Summit in Prague, will be checking this and respond next
2017 Oct 26
2
not healing one file
...60a988eb9358/3597E00A988BCC3BD235AEF7952A0B4CFB0DB922 (46ee16aa-1c48-40dc-b6a3-567766ea3756) on home-client-2
[2017-10-25 10:14:19.258294] W [MSGID: 108015] [afr-self-heal-entry.c:56:afr_selfheal_entry_delete] 0-home-replicate-0: expunging file a3f5a769-8859-48e3-96ca-60a988eb9358/C6DC3C5376718BB25CBB410C30A49EEFBD641E97 (dedb0f80-a621-4891-bb6a-3f89f5ab0e3f) on home-client-2
[2017-10-25 10:14:19.278184] W [MSGID: 108015] [afr-self-heal-entry.c:56:afr_selfheal_entry_delete] 0-home-replicate-0: expunging file a3f5a769-8859-48e3-96ca-60a988eb9358/749E508AD5AFDE9EF4D4DDD1CDB4B43002A11C37 (3dd52b84-2b...