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/28366] Divide with vectors cause extra stores (and more stack space) (with VMX)


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

--- Comment #2 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
Actually, the code you get for -mcpu=power6 looks "fine."  The originally
reported problem was for use of stvewx to store single vector elements, rather
than using stvx to store entire vectors.  This is now happening for
-mcpu=power6.  By the way, you get the same code if you use -mcpu=power7
-mno-vsx, as the xvdivsp instruction requires the VSX feature.

So in my view we can probably close this one as a WORKSFORME at this point.

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