[PATCH] D60615: [Transforms][ASan] Move findAllocaForValue() to Utils/Local.cpp. NFC

Alexander Potapenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 02:11:25 PDT 2019


glider added a comment.

In D60615#1464914 <https://reviews.llvm.org/D60615#1464914>, @eugenis wrote:

> This is very similar to GetUnderlyingObject, but it also handles PHIs, has a cache, but does not do InstructionSimplify and does not have a lookup limit.
>  It would be nice to merge the two.


Ok, noted.

> LGTM




Repository:
  rL LLVM

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

https://reviews.llvm.org/D60615





More information about the llvm-commits mailing list