[PATCH] D77027: Make BitVector::operator== return false for different-sized vectors

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 6 14:43:24 PDT 2020


dblaikie added a comment.

Agree in theory - but given the behavior has been different for quite a while, I think it might be worth a bit of an inventory of uses of BitVector and of BitVector's op== existing behavior - and maybe a rough explanation for why it's not problematic to change it in this way.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77027/new/

https://reviews.llvm.org/D77027





More information about the llvm-commits mailing list