uabelho added a comment.

Hi,

Another failed assertion that started appearing with this patch:

  clang --analyze bbi-57589.c

which results in:

  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.

F17570813: bbi-57589.c <https://reviews.llvm.org/F17570813>
Maybe it's the same root problem, but please make sure you fix both.
Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103314

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to