This is the mail archive of the gcc-patches@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]

Re: PR c/8068


> > > Without looking I would have guessed that the reason is to prevent
> > > regparm silliness.  That doesn't seem to be the case, so I don't
> > > know for sure.  What you should have done is noticed that Bernd added
> > > this code and asked him.
> > 
> > I did added him into CC, but didn't hear from him back.
> > As I understand it, he only did the merge, while the actual SSE code has
> > been done by someone else.
> 
> I wrote parts of the SSE code, Stan Cox and Catherine Moore did the rest.
> What exactly is the problem?  I seem to have missed the start of this
> discussion, and the archives aren't helpful - the PR itself doesn't seem
> to mention SSE at all.

The problem is that MUST_PASS_IN_MEMORY tests mode for TImode.
This is problem for x86-64 where TImode values are commonly passed in
registers, but I don't understand what is the reason of the test for
i386 anyway and I believe we can simply drop it wihtout any change in
generated code, so the question is why it came in at first place.

Honza
> 
> 
> Bernd


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