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: rs6000 patch 2 of 4 (altivec)


>>>>> "Alan" == Alan Modra <amodra@bigpond.net.au> writes:

 > Fairly obvious patch.  The old test was equivalent to
 >     if (info->vrsave_mask != 0)
 > since ALTIVEC_REG_BIT(i) is non-zero for all values of i in the
 > loop.

We really should look at the archives to see why all this
ALTIVEC_REG_BIT was added.  IIRC, it was to keep VRSAVE sets from
being clobbered by flow.  In the end we made VRSAVE sets unspec
volatiles, thus rendering all this vrsave_mask magic useless.

Until then...

OK.

Thanks.
Aldy


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