[PATCH] R600/SI: Handle MUBUF instructions in moveToVALU
Matt Arsenault
arsenm2 at gmail.com
Thu Mar 20 11:54:55 PDT 2014
On Mar 20, 2014, at 7:16 AM, Tom Stellard <tom at stellard.net> wrote:
> On Tue, Mar 18, 2014 at 02:50:05PM -0700, Matt Arsenault wrote:
>> On 03/18/2014 02:38 PM, Tom Stellard wrote:
>>> Hi,
>>>
>>> The attached patches teach SIInstrInfo::moveToVALU() how to handle MUBUF
>>> instructions. These instructions are already executed by the VALU, but
>>> we sometimes need to legalize the srsrc operand if its defining instruction
>>> has been moved from the SALU to the VALU.
>>>
>
> Hi Matt,
>
> Here are some updated patches.
>
> -Tom
LGTM
More information about the llvm-commits
mailing list