aaron.ballman added reviewers: efriedma, rjmccall, rsmith.
aaron.ballman added a comment.

Adding codegen and ubsan code owners for opinions.



================
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:1791
+  // Try to eliminate overflow check.
+  if (auto *VCI = dyn_cast<llvm::ConstantInt>(ArgValue)) {
+    if (!VCI->isMinSignedValue()) {
----------------



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156821/new/

https://reviews.llvm.org/D156821

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to