================
@@ -4806,6 +4806,34 @@ getOverflowPatternBinOp(const BinaryOperator *E) {
   return {};
 }
 
+/// Compute and set the OverflowPatternExclusion bit based on whether the
----------------
JustinStitt wrote:

I wanted to avoid calling `getOverflowPatternBinOp()` as it is more expensive 
than just checking if the flags are enabled or not.

https://github.com/llvm/llvm-project/pull/105709
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to