[PATCH] D95734: Use alias analysis to remove redundant instrumentation for Asan

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 17:35:16 PST 2021


eugenis added a comment.

Could you update the evaluation numbers please? The dominator tree check can make this a lot less efficient.

I'm slightly concerned about the N^2 algorithm. Vitaly, do you know if MemorySSA could help?


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

https://reviews.llvm.org/D95734



More information about the llvm-commits mailing list