On Fri, Oct 31, 2014 at 7:12 PM, Connor Abbott wrote:
> On Fri, Oct 31, 2014 at 9:27 PM, Matt Turner wrote:
>>Probably a bottom-up instruction scheduling pass to help sink MOV-imm
>> (Currently losing a bunch of SIMD16 programs, I expect because of
>>this)
>
> Just wondering...
On Fri, Oct 31, 2014 at 9:27 PM, Matt Turner wrote:
> Three-source instructions on i965 have an annoying property that they
> cannot use immediate operands. They've do have the alluring property
> that they perform multiple operations in basically the same number of
> cycles as any other instructi
Three-source instructions on i965 have an annoying property that they
cannot use immediate operands. They've do have the alluring property
that they perform multiple operations in basically the same number of
cycles as any other instruction. But when your arguments are immediates
we decided that a