================

----------------
TPPPP72 wrote:

Looking at the original code `if (CC.isValid() && T->isCharType())`, the type 
check was already performed upfront.
We should keep the cheap `T->isCharType()` (and the new SChar check) at the 
very beginning to short-circuit

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

Reply via email to