[PATCH] D49492: Run bounds checking sanitizer earlier to make it easier to optimize away its checks.
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 18 13:07:32 PDT 2018
efriedma added a comment.
Are you sure this will actually do what you want, in general? I suspect it will end up missing bounds checks in some cases because it's running it too early (before mem2reg/inlining/etc).
Repository:
rC Clang
https://reviews.llvm.org/D49492
More information about the cfe-commits
mailing list