[PATCH] D12456: [IR] Add operand bundles to CallInst and InvokeInst.

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


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

- address @majnemer's off-line review comment -- use an ArrayRef<> instead of a std::pair for getDescriptor()


http://reviews.llvm.org/D12456

Files:
  include/llvm/IR/CallSite.h
  include/llvm/IR/InstrTypes.h
  include/llvm/IR/Instructions.h
  lib/IR/Instructions.cpp
  lib/IR/LLVMContextImpl.cpp
  lib/IR/LLVMContextImpl.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12456.33865.patch
Type: text/x-patch
Size: 29982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150902/f39258b8/attachment.bin>


More information about the llvm-commits mailing list