This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/14844] [tree-ssa] narrow types if wide result is not needed


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-14 05:57 -------
(In reply to comment #8)
> Sorry, but a little confused, as it's perfectly correct to shorten these operands to the width
> of the operation's assignment, and in fact should be done? (so there's nothing to correct
> and arguably should have been identifyed as such by the front-ends to begin with it would seem)

What I was trying to say, is that this should not be done in the front-end as the front-end has almost 
no business to deal with optimizations.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14844


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