Displaying 4 results from an estimated 4 matches for "1396r".
Did you mean:
1396
2014 Nov 18
3
[LLVMdev] InlineSpiller.cpp bug?
...the inner loops interval, which is then spilled.
In spill(), analyzeSiblingValues() is called, which calls traceSiblingValue(). It traces in several iterations strangely back to the same register (inside a loop), finds it marked to be spilled, and the spill is cancelled:
Inline spilling %vreg86 [1396r,2276r:0) 0 at 1396r
>From original %vreg76
Tracing value %vreg86:0 at 1396r
%vreg86:0 at 1396r: copy of %vreg87:6 at 1168r kill=1
%vreg87:6 at 1168r: copy of %vreg87:5 at 1120B kill=1
%vreg87:5 at 1120B: split phi value, checking 1 phi-defs, and 2 non-phi/orig defs
%vreg87...
2014 Nov 21
2
[LLVMdev] InlineSpiller.cpp bug?
...the inner loops interval, which is then spilled.
In spill(), analyzeSiblingValues() is called, which calls traceSiblingValue(). It traces in several iterations strangely back to the same register (inside a loop), finds it marked to be spilled, and the spill is cancelled:
Inline spilling %vreg86 [1396r,2276r:0) 0 at 1396r
>From original %vreg76
Tracing value %vreg86:0 at 1396r
%vreg86:0 at 1396r: copy of %vreg87:6 at 1168r kill=1
%vreg87:6 at 1168r: copy of %vreg87:5 at 1120B kill=1
%vreg87:5 at 1120B: split phi value, checking 1 phi-defs, and 2 non-phi/orig defs
%vreg87...
2014 Dec 05
2
[LLVMdev] InlineSpiller.cpp bug?
...the inner loops interval, which is then spilled.
In spill(), analyzeSiblingValues() is called, which calls traceSiblingValue(). It traces in several iterations strangely back to the same register (inside a loop), finds it marked to be spilled, and the spill is cancelled:
Inline spilling %vreg86 [1396r,2276r:0) 0 at 1396r
>From original %vreg76
Tracing value %vreg86:0 at 1396r
%vreg86:0 at 1396r: copy of %vreg87:6 at 1168r kill=1
%vreg87:6 at 1168r: copy of %vreg87:5 at 1120B kill=1
%vreg87:5 at 1120B: split phi value, checking 1 phi-defs, and 2 non-phi/orig defs
%vreg87...
2014 Dec 09
2
[LLVMdev] InlineSpiller.cpp bug?
...en spilled.
>>
>> In spill(), analyzeSiblingValues() is called, which calls traceSiblingValue(). It traces in several iterations strangely back to the same register (inside a loop), finds it marked to be spilled, and the spill is cancelled:
>>
>> Inline spilling %vreg86 [1396r,2276r:0) 0 at 1396r
>> From original %vreg76
>> Tracing value %vreg86:0 at 1396r
>> %vreg86:0 at 1396r: copy of %vreg87:6 at 1168r kill=1
>> %vreg87:6 at 1168r: copy of %vreg87:5 at 1120B kill=1
>> %vreg87:5 at 1120B: split phi value, checking 1 ph...