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 3/4] Add a new bitmap function


Richard Guenther wrote:
On Mon, Jun 8, 2009 at 1:21 PM, Paolo Bonzini<bonzini@gnu.org> wrote:
This patch just adds a new function to compute A |= (B & C) on bitmaps.
This is easy to do (it is just a variation on bitmap_ior_into).  This does
not appear to be used anywhere in the current GCC code, I'll add a use
in the next patch.

Bootstrapped/regtested with the other patches x86_64-pc-linux-gnu, ok?

Ok (there are unrelated changes in the posted patch).

Ah, that's just patch 4 posted twice.


Paolo


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