Re: [Mesa-dev] [PATCH 1/3] R600/SI: Add pattern for sign extension of i1 to i32.

2013-02-14 Thread Tom Stellard
On Wed, Feb 13, 2013 at 06:54:45PM +0100, Michel Dänzer wrote: > From: Michel Dänzer > > 16 more little piglits with radeonsi. > > NOTE: This is a candidate for the Mesa stable branch. > > Signed-off-by: Michel Dänzer It would be great if you could add some lit tests for these. For the serie

[Mesa-dev] [PATCH 1/3] R600/SI: Add pattern for sign extension of i1 to i32.

2013-02-13 Thread Michel Dänzer
From: Michel Dänzer 16 more little piglits with radeonsi. NOTE: This is a candidate for the Mesa stable branch. Signed-off-by: Michel Dänzer --- lib/Target/R600/SIInstructions.td | 5 + 1 file changed, 5 insertions(+) diff --git a/lib/Target/R600/SIInstructions.td b/lib/Target/R600/SIIn