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

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 11 15:45:42 PDT 2015


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

- Some changes here to support changes in http://reviews.llvm.org/D12457: mainly add accessors around LLVMContextImpl::BundleTagCache.


http://reviews.llvm.org/D12456

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12456.34597.patch
Type: text/x-patch
Size: 37069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150911/21e40538/attachment.bin>


More information about the llvm-commits mailing list