[PATCH] D12455: [IR] Teach `llvm::User` to co-allocate a descriptor.

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 15:18:33 PDT 2015


sanjoy updated this revision to Diff 33864.
sanjoy added a comment.

- specialize operator new (addressing @pete's review comment)
- address @majnemer's off-line review comment -- return an ArrayRef and not an std::pair


http://reviews.llvm.org/D12455

Files:
  include/llvm/IR/User.h
  include/llvm/IR/Value.h
  lib/IR/User.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12455.33864.patch
Type: text/x-patch
Size: 6533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150902/312bce5e/attachment-0001.bin>


More information about the llvm-commits mailing list