On Tue, May 10, 2011 at 1:25 PM, Richard Guenther <rguent...@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