On Oct 31, 2016, at 7:19 PM, Michael Meissner <meiss...@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