[PATCH] D156821: [CodeGen] [ubsan] Respect integer overflow handling in abs builtin

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 1 12:43:57 PDT 2023


craig.topper added inline comments.


================
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:1807
+
+  // Do not emit checks for disabled sanitizers to support recover
+  SmallVector<std::pair<Value *, SanitizerMask>, 2> Checks;
----------------
recover -> recovery?

Period at the end of the comment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156821



More information about the cfe-commits mailing list