[LLVMdev] [PATCH]: Add SparseBitmap implementation

Chris Lattner sabre at nondot.org
Fri Sep 7 16:19:34 PDT 2007


On Fri, 7 Sep 2007, Daniel Berlin wrote:
>> Are you sure that this is ok?  For two Element's with equal indexes but
>> different contents, this will return "equal" based on their element count.
>> Generally !(x < y) && !(y < x)  implies x == y.
>
> I removed both operator's since they weren't being used anymore.  It
> was when i was doing work on testing whether we could remove the
> indirection/other containers.

Looks great, please commit!

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list