This is the mail archive of the gcc-patches@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: [PATCH] Fix tree parts of PR18041


On Tue, May 10, 2011 at 1:25 PM, Richard Guenther <rguenther@suse.de> wrote:
> The generated code is
> the same though, and still contains too many masking operations.

The lowering you're planning -- does that mean lowering all bitfield
ops for all targets? You've noticed "expand" makes some very
conservative assumptions (has to, without context), perhaps after
lowering your next project should be rewriting the bit-ops expanders
;-)

Ciao!
Steven


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