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.
>       * config/i386/mmx.md: Likewise.
>       * config/i386/sse.md: Likewise.

-                (eq (symbol_ref "TARGET_SSE2") (const_int 0)))
+                (not (match_test "TARGET_SSE2")))

Jus a question - in predicates.md, i.e. (match_test "!TARGET_SSE2") is
used. Do we want to standardize on (not (match_test "...")) form
everywhere?

The patch is OK.

Reply via email to