================
@@ -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)
----------------
clingfei wrote:

LGTM overall, only a nit.
```suggestion
```

https://github.com/llvm/llvm-project/pull/179177
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to