Displaying 3 results from an estimated 3 matches for "hasuse".
Did you mean:
hasse
2007 Oct 06
2
[LLVMdev] Spill Interval Generation Question
...value for %reg1297 is the same as
the start of %reg1057's first value.
For every copy like there it's always the case that the source live
interval's value "end" is the def slot for the instruction.
In LiveIntervalAnalysis::addIntervalsForSpills, we have this:
if (HasUse) {
LiveRange LR(getLoadIndex(index), getUseIndex(index),
nI.getNextValue(~0U, 0, VNInfoAllocator));
DOUT << " +" << LR;
nI.addRange(LR);
}
Should this actually extend from the load index to the def index s...
2007 Oct 08
0
[LLVMdev] Spill Interval Generation Question
On Oct 5, 2007, at 5:52 PM, David Greene wrote:
>
> In LiveIntervalAnalysis::addIntervalsForSpills, we have this:
>
> if (HasUse) {
> LiveRange LR(getLoadIndex(index), getUseIndex(index),
> nI.getNextValue(~0U, 0, VNInfoAllocator));
> DOUT << " +" << LR;
> nI.addRange(LR);
> }
>
> Should this actually extend from...
2016 Dec 26
6
[Bug 99202] New: system freeze - fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT] - MULTIPLE_WARP_ERRORS - DATA_ERROR 00000004 [INVALID_VALUE] - ILLEGAL_CLASS ch 11 - RT_STORAGE_TYPE_MISMATCH - CLASS_SUBCH_MISMATCH
...amd64/13.0/desktop/plasma,
gcc-4.9.3, glibc-2.23-r3, 4.8.2-gentoo_M16 x86_64)
=================================================================
System uname:
Linux-4.8.2-gentoo_M16-x86_64-Intel-R-_Core-TM-_i7_CPU_870_ at _2.93GHz-with-gentoo-2.3
$> USE="opengl"; for PKG in $(equery -q hasuse $USE); do echo $PKG: $(equery -q
uses $PKG |grep $USE); done | head -n 2
app-emulation/qemu-2.7.0-r7: +opengl
app-emulation/wine-1.9.20: +opengl
# opencl is builtin for mesa and wine
$> USE="opencl"; for PKG in $(equery -q hasuse $USE); do echo $PKG: $(equery -q
uses $PKG |grep $USE);...