This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug middle-end/35141] ARM: Constant generation inside a loop: Missed optimization opportunity



------- Comment #7 from alexandre dot nunes at gmail dot com  2008-02-12 00:45 -------
> It is not what you think it is. ;)
> 
> movl    %edx, -536821760
> 
> means:
> 
> (set (mem:SI (const_int -536821760 [0xffffffffe000c000]))(reg/v:SI 1 dx))
> 
> IOW, put %edx to constant address.
> 

It actually makes sense, this arch has no spare registers to play with :-)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35141


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