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 target/63281] powerpc64le creates 64 bit constants from scratch instead of loading them


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63281

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at gmail dot com

--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
Created attachment 33503
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33503&action=edit
stop the inline expansion

This forces constants requiring more than one extra instruction for an inline
evaluation as compared to a memory load, into the TOC.


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