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 rtl-optimization/2962] inefficient code with and


------- Additional Comments From rth at gcc dot gnu dot org  2004-09-13 03:37 -------
Note that either movzbl or movzwl is required on i686 to avoid a
partial register stall.  Which is why things are generated this way.
It would perhaps be possible to avoid this for earlier processors,
but I don't believe this is worth the effort.

-- 


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


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