Re: [PATCH] Remove constraints from further i386 define_expand patterns

2016-05-09 Thread Uros Bizjak
On Mon, May 9, 2016 at 6:49 PM, Jakub Jelinek wrote: > Hi! > > I believe this cleans up all remaining define_expands (have looked > at tmp-mddump.md with sed picking up only define_expand patterns in there > and have been looking for any constraints and none were left). > > Bootstrapped/regtested

[PATCH] Remove constraints from further i386 define_expand patterns

2016-05-09 Thread Jakub Jelinek
Hi! I believe this cleans up all remaining define_expands (have looked at tmp-mddump.md with sed picking up only define_expand patterns in there and have been looking for any constraints and none were left). Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2016-05-09 Jakub J