================
@@ -16174,7 +16170,8 @@ bool IntExprEvaluator::VisitBuiltinCallExpr(const
CallExpr *E,
APSInt Val;
if (!EvaluateInteger(E->getArg(0), Val, Info))
return false;
- if (Val.getBitWidth() == 8)
+ // if (Val.getBitWidth() <= 8)
----------------
woruyu wrote:
Done! thanks for catching, I forgot to delete.
https://github.com/llvm/llvm-project/pull/179177
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits