[Mesa-dev] [PATCH 4/6] R600: Fix for Unigine when MachineSched is enabled
Tom Stellard
tom at stellard.net
Tue Feb 19 07:37:44 PST 2013
On Mon, Feb 18, 2013 at 05:27:28PM +0100, Vincent Lejeune wrote:
Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
> ---
> lib/Target/R600/R600Instructions.td | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/lib/Target/R600/R600Instructions.td b/lib/Target/R600/R600Instructions.td
> index 0a777f1..74106c9 100644
> --- a/lib/Target/R600/R600Instructions.td
> +++ b/lib/Target/R600/R600Instructions.td
> @@ -1587,6 +1587,7 @@ def PRED_X : InstR600 <
> (ins R600_Reg32:$src0, i32imm:$src1, i32imm:$flags),
> "", [], NullALU> {
> let FlagOperandIdx = 3;
> + let isTerminator = 1;
> }
>
> let isTerminator = 1, isBranch = 1, isBarrier = 1 in {
> --
> 1.8.1.2
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the llvm-commits
mailing list