Displaying 2 results from an estimated 2 matches for "brr_cond".
Did you mean:
brcond
2014 Sep 05
3
[LLVMdev] [PATCH] [MachineSinking] Conservatively clear kill flags after coalescing.
...formTrivialForwardCoalescing(), without clearing the kill flag:
BB#13: derived from LLVM BB %CF250
Predecessors according to CFG: BB#12 BB#13 BB#14
...
%vreg520<def> = COPY %vreg368
%vreg568<def,tied1> = cmp %vreg341<tied0>, %vreg520<kill>
brr_cond <BB#13>
brr_uncond <BB#14>
Successors according to CFG: BB#13, BB#14
Into
BB#13: derived from LLVM BB %CF250
Predecessors according to CFG: BB#12 BB#13 BB#14
...
%vreg568<def,tied1> = cmp %vreg341<tied0>, %vreg368<kill>
brr_con...
2014 Sep 05
5
[LLVMdev] [PATCH] [MachineSinking] Conservatively clear kill flags after coalescing.
...t; BB#13: derived from LLVM BB %CF250
>>> Predecessors according to CFG: BB#12 BB#13 BB#14
>>> …
>>> %vreg520<def> = COPY %vreg368
>>> %vreg568<def,tied1> = cmp %vreg341<tied0>, %vreg520<kill>
>>> brr_cond <BB#13>
>>> brr_uncond <BB#14>
>>> Successors according to CFG: BB#13, BB#14
>>>
>>> Into
>>>
>>> BB#13: derived from LLVM BB %CF250
>>> Predecessors according to CFG: BB#12 BB#13 BB#14
>>>...