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: Vectorising pass (was: Re: SIMPLE)


On Fri, 2002-01-04 at 19:04, Steven Bosscher wrote:

> If such a pass is implemented, I think it would be nice to have li-trees
> for vector expressions in a new high-level IR.
> 
Do you have anything specific in mind?  Would this include explicitly
parallel loops (doall, etc)?  What would be the memory semantics?

We need to give enough information to allow the passes downstream to
scalarize the expressions (in case it's not worth doing or the target
doesn't support them or any other reason).

Diego.


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