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: [PATCH, RFC, rs6000] Add overloaded built-in function support to altivec.h, and re-implement vec_add


On Oct 31, 2016, at 7:19 PM, Michael Meissner <meissner@linux.vnet.ibm.com> wrote:
> 
> One question is how many of the billions and billions (ok, 1,345) of the rs6000
> built-ins would be improved by expanding them in gimple time rather than rtl?
> 
Hundreds and hundreds of them.  All of the basic operators, many of the memory
operations, all of the dozens of flavors of things that are just permutes at heart.
The loads and stores alone are a huge deal that we've seen cause problems in
customer code.

Bill


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