This is the mail archive of the gcc@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: [tree-ssa] vectorizer related issues


Dorit Naishlos asked:
> Q6.3: Should we add new TREE_CODES (and corresponding optabs?) for the
> new types of operations we want to express?
> Or instead, Q6.4: should the vectorizer generate calls to target
> specific builtins?

I would prefer tree codes for generic operations and operations that can be
expressed as a sequence of simpler operations, but please note that we risk
running out of tree codes RSN. Obj-C++ can only barely fit in the existing
maximum of 256 tree codes :-/
Also perhaps target builtins are better because this is obviously all target
specific anyway...

Gr.
Steven



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