This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Useless clobber?


> (define_insn ""
>   [(set (match_operand:SI 0 "register_operand" "=d")
>         (mult:SI
>           (zero_extend:SI
>             (match_operand:HI 1 "register_operand" "d"))
>           (zero_extend:SI
>             (match_operand 2 "register_operand" "d"))))
>    ( clobber (match_operand:SI 3 "register_operand" "d"))]
>   ""
>   "impyuu\\t%1,%2,%0")

BTW, in the case I was refering to the clobber is in parallel with
the set.  The pattern you've presented is a bit odd since it doesn't
use a parallel.

-- John
-------------------------------------------------------------------------
|   Feith Systems  |   Voice: 1-215-646-8000  |  Email: john@feith.com  |
|    John Wehle    |     Fax: 1-215-540-5495  |                         |
-------------------------------------------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]