[lno] [RFC] if-conversion and auto vectorizer

Alex Rosenberg alexr@spies.com
Mon Mar 15 02:29:00 GMT 2004


On Mar 14, 2004, at 11:22 AM, Andrew Pinski wrote:

> I would like to add the MIN/MAX to tree-ssa-phiopt also the idea 
> behind having
> MIN/MAX be "instructions" so are that more optimization opportunities 
> come up from the
> combine of the basic blocks, also it saves memory because of less 
> basic blocks.

Maybe I keep stating the obvious, but it seems to me that it would be 
better to remove the MIN/MAX nodes, in favor of the SELECT node that 
Dorit has suggested since MIN/MAX are just specific CMPs mated with a 
SELECT.

+------------------------------------------------------------+
| Alexander M. Rosenberg           <mailto:alexr@_spies.com> |
| Nobody cares what I say. Remove the underscore to mail me. |



More information about the Gcc mailing list