[PATCH] D22893: [sanitizer] Simplify and future-proof maybeMarkSanitizerLibraryCallNoBuiltin().
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 28 14:06:28 PDT 2016
eugenis added a comment.
Right, memcpy/memmove _intrinsics_ are handled specially in sanitizer instrumentation passes. Memcpy/memmove functions are not; and neither are they inlined in the codegen (at least I hope so, otherwise we have a problem). They are not mentioned in hasOptimizedCodeGen, too, so this change does not affect them.
Repository:
rL LLVM
https://reviews.llvm.org/D22893
More information about the llvm-commits
mailing list