[PATCH] D77027: Make BitVector::operator== return false for different-sized vectors
Brad Moody via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 7 16:55:05 PDT 2020
bmoody added a comment.
Regarding PackedVector::operator==, this code is covered by the PackedVector unit test but not thoroughly enough to catch the bug.
And I'd be happy to remove the redundant size check in RegisterClassInfo.cpp - would that go in as part of this change or in a follow-up change?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77027/new/
https://reviews.llvm.org/D77027
More information about the llvm-commits
mailing list