[PATCH] D106102: [analyzer][solver] Introduce reasoning for not equal to operator
Bjorn Pettersson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 22 10:41:26 PDT 2021
bjope added a comment.
I actually see lots of these as well:
clang: ../lib/Support/APInt.cpp:284: int llvm::APInt::compareSigned(const llvm::APInt &) const: Assertion `BitWidth == RHS.BitWidth && "Bit widths must be same for comparison"' failed.
Although I haven't verified if those are related to this patch as well yet.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106102/new/
https://reviews.llvm.org/D106102
More information about the cfe-commits
mailing list