[PATCH] D12457: [Bitcode][Asm] Teach LLVM to read and write operand bundles.

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


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

- address Duncan's review about bitcode reading and writing
  - use a prefixed list sequence of operand bundles that are consumed when parsing calls and invokes
  - use a common "bundle tag" area in a module, and refer to tags by their indices elsewhere


http://reviews.llvm.org/D12457

Files:
  docs/LangRef.rst
  include/llvm/Bitcode/LLVMBitCodes.h
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLParser.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/AsmWriter.cpp
  test/Bitcode/compatibility.ll
  test/Bitcode/operand-bundles.ll
  test/Verifier/operand-bundles.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12457.34598.patch
Type: text/x-patch
Size: 31791 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150911/eafb4e15/attachment.bin>


More information about the llvm-commits mailing list