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

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 21:54:58 PDT 2015


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

- add more comments to OperandBundleUser
- move Use& population logic to populateBundleOperandInfos to keep everything in one place.


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.34298.patch
Type: text/x-patch
Size: 34105 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150909/7a9d433c/attachment-0001.bin>


More information about the llvm-commits mailing list