On Wed, Oct 16, 2013 at 6:26 AM, Eric Anholt wrote:
> Chia-I Wu writes:
>
>> From: Chia-I Wu
>>
>> FS_OPCODE_OVERWRITE_DST is used to indicate that the destination register is
>> (completely) overwritten. No code is emitted, but the liveness analysis can
>> use it as a hint to add the destinati
On Wed, Oct 16, 2013 at 2:08 AM, Ian Romanick wrote:
> On 10/09/2013 12:06 AM, Chia-I Wu wrote:
>> From: Chia-I Wu
>>
>> FS_OPCODE_OVERWRITE_DST is used to indicate that the destination register is
>> (completely) overwritten. No code is emitted, but the liveness analysis can
>> use it as a hint
Chia-I Wu writes:
> From: Chia-I Wu
>
> FS_OPCODE_OVERWRITE_DST is used to indicate that the destination register is
> (completely) overwritten. No code is emitted, but the liveness analysis can
> use it as a hint to add the destination register to DEF bitset. This is
> needed because it is ha
On 10/09/2013 12:06 AM, Chia-I Wu wrote:
> From: Chia-I Wu
>
> FS_OPCODE_OVERWRITE_DST is used to indicate that the destination register is
> (completely) overwritten. No code is emitted, but the liveness analysis can
> use it as a hint to add the destination register to DEF bitset. This is
> n
From: Chia-I Wu
FS_OPCODE_OVERWRITE_DST is used to indicate that the destination register is
(completely) overwritten. No code is emitted, but the liveness analysis can
use it as a hint to add the destination register to DEF bitset. This is
needed because it is hard to figure out if some partia