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: [LNO, mainline] Remember rs6000 builtins decls


On Sun, Jun 06, 2004 at 11:28:09PM +0300, Ayal Zaks wrote:
> Well, take loads/stores from/to unaligned memory addresses as an example.
> The vectorizer needs to know if the target supports such operations, and if
> so at what cost. Note that such a cost might be amortized across several
> loads/stores, and could determine if the entire loop is worth vectorizing
> or not.

And you get this from tables of FUNCTION_DECLs ... how?
I think pinskia's point is very valid.


r~


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