[Mesa-dev] [PATCH 1/2] i965: Add cases for ir_binop_vector_extract that assert.
Eric Anholt
eric at anholt.net
Fri May 17 12:43:53 PDT 2013
Kenneth Graunke <kenneth at whitecape.org> writes:
> do_vec_index_to_swizzle() should remove any vector extract operations
> with a constant index. It's unconditionally called from
> do_common_optimization().
>
> do_vec_index_to_cond_assign() should remove the rest, and it is
> unconditionally called from brw_link_shader(). This means that we
> should never see ir_binop_vector_extract in the backend.
>
> Silences compiler warnings.
I found warnings also in brw_fs_visitor.cpp for the same, plus
vector_insert, and was about to send that patch out. I'm confused how
you aren't seeing those.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130517/8ef9d30f/attachment.pgp>
More information about the mesa-dev
mailing list