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

Alexander Potapenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 07:17:19 PDT 2019


glider created this revision.
glider added reviewers: eugenis, pcc.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

Factor out findAllocaForValue() from ASan so that we can use it in
MSan to handle lifetime intrinsics.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D60615

Files:
  llvm/include/llvm/Transforms/Utils/Local.h
  llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  llvm/lib/Transforms/Utils/Local.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60615.194875.patch
Type: text/x-patch
Size: 5542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190412/54e89cf8/attachment.bin>


More information about the llvm-commits mailing list