[PATCHES] R600/SI: VI fixes

Matt Arsenault arsenm2 at gmail.com
Sat Dec 13 10:20:59 PST 2014


> On Dec 13, 2014, at 5:12 AM, Marek Olšák <maraeo at gmail.com> wrote:
> 
> 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

I would expect pseudos to have neither set, but I’m not sure what the current pseudos do



More information about the llvm-commits mailing list