Re: [x86] Use match_test for .md attributes

2011-08-31 Thread Richard Sandiford
Uros Bizjak writes: > On Mon, Aug 15, 2011 at 11:57 AM, Richard Sandiford > wrote: > Following on from the two patches I've just posted, this one makes config/i386/*.md use match_test for .md attributes.  Tested as described here: >>>     http://gcc.gnu.org/ml/gcc-patches/2011

Re: [x86] Use match_test for .md attributes

2011-08-27 Thread Uros Bizjak
On Mon, Aug 15, 2011 at 11:57 AM, Richard Sandiford wrote: >>> Following on from the two patches I've just posted, this one makes >>> config/i386/*.md use match_test for .md attributes.  Tested as >>> described here: >> >>>     http://gcc.gnu.org/ml/gcc-patches/2011-08/msg01182.html >> >>>      *

Re: [x86] Use match_test for .md attributes

2011-08-15 Thread Richard Sandiford
Uros Bizjak writes: > Hello! >> Following on from the two patches I've just posted, this one makes >> config/i386/*.md use match_test for .md attributes. Tested as >> described here: > >> http://gcc.gnu.org/ml/gcc-patches/2011-08/msg01182.html > >> * config/i386/i386.md: Use (match_test

Re: [x86] Use match_test for .md attributes

2011-08-14 Thread Uros Bizjak
Hello! > Following on from the two patches I've just posted, this one makes > config/i386/*.md use match_test for .md attributes. Tested as > described here: > http://gcc.gnu.org/ml/gcc-patches/2011-08/msg01182.html > * config/i386/i386.md: Use (match_test ...) for attribute tests. >

[x86] Use match_test for .md attributes

2011-08-13 Thread Richard Sandiford
Following on from the two patches I've just posted, this one makes config/i386/*.md use match_test for .md attributes. Tested as described here: http://gcc.gnu.org/ml/gcc-patches/2011-08/msg01182.html OK to install? Richard gcc/ * config/i386/i386.md: Use (match_test ...) for attr