Avoiding REG+OFF memory accesses

Iceman iceman_dvd@yahoo.com
Wed May 6 22:48:00 GMT 2009


Sorry for such trivial question, but is there any macro that can be used to avoig GCC to generate
REG+OFF memory accesses?
So basically to force GCC to break:

(mem (plus (reg const_int)))

into

(set regtmp (plus (reg const_int)))
(set (mem regtmp) reg)

This w/out writing custom RTL.
Can you please Cc me, since I am not subscribed. Thank you.

   James


      



More information about the Gcc mailing list