[PATCH] D49492: Run bounds checking sanitizer earlier to make it easier to optimize away its checks.

Evgenii Stepanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 18 14:49:01 PDT 2018


eugenis added a comment.

Some checks can be removed by asking SCEV for offset bounds, see SafeStack::IsAccessSafe for an example.


Repository:
  rC Clang

https://reviews.llvm.org/D49492





More information about the cfe-commits mailing list