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/81594] New: Optimize PowerPC vector set and store


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

            Bug ID: 81594
           Summary: Optimize PowerPC vector set and store
           Product: gcc
           Version: 8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: meissner at gcc dot gnu.org
  Target Milestone: ---

Created attachment 41853
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41853&action=edit
Example code that code be optimized.

On PowerPC VSX systems, optimize cases where the user creates a V2DI or V2DF
vector and then immediately stores the values away and does not use the vector
created i registers, to just to the stores directly.

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