On Mon, 5 Nov 2012, Richard Sandiford wrote:
Marc Glisse writes:
* simplify-rtx.c (simplify_subreg): For vectors, create a VEC_SELECT.
Probably not helpful, sorry, but a subreg->vec_select transformation
feels like it's going in the wrong direction. Going from vec_select
to subreg w
Marc Glisse writes:
> * simplify-rtx.c (simplify_subreg): For vectors, create a VEC_SELECT.
Probably not helpful, sorry, but a subreg->vec_select transformation
feels like it's going in the wrong direction. Going from vec_select
to subreg would be OK from a "layering" perspective (although
On Sun, 4 Nov 2012, Marc Glisse wrote:
Hello,
trying to make some progress on PR 53101, I wrote the attached patch
(it might be completely wrong for big endian, I don't know)
(it is also missing a check that it isn't a paradoxical subreg)
* simplify-rtx.c (simplify_subreg): For vectors
Hello,
trying to make some progress on PR 53101, I wrote the attached patch
(it might be completely wrong for big endian, I don't know)
(it is also missing a check that it isn't a paradoxical subreg)
* simplify-rtx.c (simplify_subreg): For vectors, create a VEC_SELECT.
However, when I c