================
@@ -275,6 +275,9 @@ BasicValueFactory::evalAPSInt(BinaryOperator::Opcode Op,
if (V2.isSigned() && V2.isNegative())
return nullptr;
+ if (V2.getBitWidth() > 64)
----------------
vabridgers wrote:Will do, thanks https://github.com/llvm/llvm-project/pull/67212 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
