Matt Turner writes:
> On Fri, Mar 20, 2015 at 7:11 AM, Francisco Jerez
> wrote:
>> This defines helper functions implementing some common swizzle
>> transformations that are usually open-coded in the compiler back-end,
>> causing a lot of clutter. Some optimization passes will become almost
>>
On Fri, Mar 20, 2015 at 7:11 AM, Francisco Jerez wrote:
> This defines helper functions implementing some common swizzle
> transformations that are usually open-coded in the compiler back-end,
> causing a lot of clutter. Some optimization passes will become almost
> trivial implemented in terms o
This defines helper functions implementing some common swizzle
transformations that are usually open-coded in the compiler back-end,
causing a lot of clutter. Some optimization passes will become almost
trivial implemented in terms of these functions (e.g.
vec4_visitor::opt_reduce_swizzle()).
---