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: question regarding asm()


Thanks for the feedback.

> (parallel
>  (set (mem:DI (plus:SI (reg:SI r1) (reg:SI r2)))
>       (plus:DI (mem:DI (plus:SI (reg:SI r3) (reg:SI r4)))
>                (mem:DI (plus:SI (reg:SI r5) (reg:SI r6)))))
>  (clobber (reg:SI r7)))

Yup, this looks familiar... :-)  In my case it's SI mode, with
a single register in the address (plus a const), but it's probably
the same problem.

Any idea how to "improve" find_reloads anyone? :-) :-)

					Christian


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