[PATCHES] R600/SI: VI fixes

Marek Olšák maraeo at gmail.com
Sat Dec 13 02:12:50 PST 2014


On Fri, Dec 12, 2014 at 11:57 PM, Matt Arsenault <arsenm2 at gmail.com> wrote:
>
>> On Dec 12, 2014, at 4:41 PM, Marek Olšák <maraeo at gmail.com> wrote:
>>
>> Please review.
>>
>> Marek
>
> #1 - Why can’t this use the same encoding mapping trick the other instructions do so everything except encoding doesn’t need to see separate opcodes?

The instructions are VOP2 on SI and VOP3 on VI. I can't define common
pseudo instructions, because it's not clear whether I should set the
VOP2 bit or the VOP3 bit or both or none.

Marek




More information about the llvm-commits mailing list