[PATCH] D12457: [Bitcode][Asm] Teach LLVM to read and write operand bundles.
Joseph Tremoulet via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 1 18:06:41 PDT 2015
JosephTremoulet added a comment.
Updates look good, thanks.
================
Comment at: docs/LangRef.rst:1447
@@ +1446,3 @@
+
+Operand bundles tagged sets of SSA values that can be associated with
+certain LLVM instructions (currently only ``call``s and ``invoke``s).
----------------
typo: should be 'Operand bundles are tagged sets...'
http://reviews.llvm.org/D12457
More information about the llvm-commits
mailing list