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: [lno] [RFC] if-conversion and auto vectorizer


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. |


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