On Wed, Apr 10, 2013 at 11:04:22PM +0200, Vincent Lejeune wrote:
> ---

Could you add a comment explaining why export instructions are not
duplicable.  With that change:

Reviewed-by: Tom Stellard <[email protected]>

>  lib/Target/R600/R600Instructions.td | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/Target/R600/R600Instructions.td 
> b/lib/Target/R600/R600Instructions.td
> index 2e9a8a3..1c292bb 100644
> --- a/lib/Target/R600/R600Instructions.td
> +++ b/lib/Target/R600/R600Instructions.td
> @@ -738,7 +738,7 @@ multiclass SteamOutputExportPattern<Instruction 
> ExportInst,
>        4095, imm:$mask, buf3inst, 0)>;
>  }
>  
> -let usesCustomInserter = 1 in {
> +let usesCustomInserter = 1, isNotDuplicable = 1 in {
>  
>  class ExportSwzInst : InstR600ISA<(
>      outs),
> -- 
> 1.8.1.4
> 
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to