[PATCH] D78607: [bounds] Ignore volatile operations
Richard Smith - zygoloid via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 5 14:03:49 PDT 2020
rsmith added a comment.
Code change looks fine, and it makes sense to me to apply the same rules to both the `local-bounds` and the `object-size` sanitizer, since they're checking the same thing. Please also update the documentation you linked to, to indicate that the `local-bounds` sanitizer also ignores volatile accesses.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78607/new/
https://reviews.llvm.org/D78607
More information about the llvm-commits
mailing list