[llvm] r286428 - [LangRef] Drop "experimental" caveat from operand bundles
Sanjoy Das via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 9 22:21:10 PST 2016
Author: sanjoy
Date: Thu Nov 10 00:21:10 2016
New Revision: 286428
URL: http://llvm.org/viewvc/llvm-project?rev=286428&view=rev
Log:
[LangRef] Drop "experimental" caveat from operand bundles
I think we're past that point now.
Modified:
llvm/trunk/docs/LangRef.rst
Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=286428&r1=286427&r2=286428&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Thu Nov 10 00:21:10 2016
@@ -1616,9 +1616,6 @@ example:
Operand Bundles
---------------
-Note: operand bundles are a work in progress, and they should be
-considered experimental at this time.
-
Operand bundles are tagged sets of SSA values that can be associated
with certain LLVM instructions (currently only ``call`` s and
``invoke`` s). In a way they are like metadata, but dropping them is
More information about the llvm-commits
mailing list