Re: [RS6000] vsx_extract_v4sf

2015-06-01 Thread David Edelsohn
On Mon, Jun 1, 2015 at 2:27 AM, Alan Modra wrote: > Found today when deleting "S" constraint, unused after a local patch. > rs6000/vsx.md:1867: error: undefined machine-specific constraint at this > point: "Sa>," > That can't be good says I. An over-enthusiastic search and replace > by the look

[RS6000] vsx_extract_v4sf

2015-05-31 Thread Alan Modra
Found today when deleting "S" constraint, unused after a local patch. rs6000/vsx.md:1867: error: undefined machine-specific constraint at this point: "Sa>," That can't be good says I. An over-enthusiastic search and replace by the look of it. Bootstrapped and regression tested powerpc64le-linux.