[PATCH] D32267: Add a new WeakVH value handle; NFC

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 21:47:22 PDT 2017


sanjoy created this revision.
Herald added a subscriber: mcrosier.

WeakVH nulls itself out if the value it was tracking gets deleted, but
it does not track RAUW.


https://reviews.llvm.org/D32267

Files:
  include/llvm/IR/ValueHandle.h
  lib/IR/Value.cpp
  unittests/IR/ValueHandleTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32267.95882.patch
Type: text/x-patch
Size: 3862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170420/adca2cb5/attachment.bin>


More information about the llvm-commits mailing list