Re: [Mesa-dev] PATCH: R600/SI: Lower BUILD_VECTOR to REG_SEQUENCE

2013-08-07 Thread Michel Dänzer
On Die, 2013-08-06 at 16:12 -0700, Tom Stellard wrote: > > The attached patches teach the SI backend to lower BUILD_VECTOR to > REG_SEQUENCE, which should help the register allocator produce better > code. This also fixes 364 array indexing piglit tests. Actually, at least on SI, I think some te

[Mesa-dev] PATCH: R600/SI: Lower BUILD_VECTOR to REG_SEQUENCE

2013-08-06 Thread Tom Stellard
Hi, The attached patches teach the SI backend to lower BUILD_VECTOR to REG_SEQUENCE, which should help the register allocator produce better code. This also fixes 364 array indexing piglit tests. -Tom >From 90dfb000600eae7a03f3f36fafcfaee1edde5613 Mon Sep 17 00:00:00 2001 From: Tom Stellard Dat