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

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 15:56:05 PDT 2015


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

- Supporting changes to support changes to http://reviews.llvm.org/D12457: have OperandBundleDef own the data it contains, by using std::vector and std::string instead of ArrayRef and StringRef
- Unbreak the build with GCC, by correctly using the ArrayRef<> in OperandBundleUse
- Remove 'Set' from OperandBundleSetDef and OperandBundleSetUse


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.34752.patch
Type: text/x-patch
Size: 37188 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150914/232a6ed7/attachment.bin>


More information about the llvm-commits mailing list