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/17104] Non-optimal code generation for bitfield initialization


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-20 01:59 -------
(set (match_operand:SI 0 "gpc_reg_operand" "=r,r")
        (zero_extend:SI (match_operand:HI 1 "reg_or_mem_operand" "m,r")))

Really this should be done in CSE and not a target specific way because it can effect other targets.

-- 


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


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