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 Jun 5, 2004, at 11:38, Andrew Pinski wrote:
Why would the auto-vectorizer use the builtins directly?  I and many
others think that the auto-vectorizer should be more target generic
than that.

The vectorizer needs to be able to make accurate cost estimates for a specific target to decide what loop optimizations will be beneficial, so it needs to know exactly what operations are available for each vector type. The vectorizer algorithms can still be target-independent.

-Geert


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