diff options
| author | Daniel Jasper <djasper@google.com> | 2016-12-19 08:22:17 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2016-12-19 08:22:17 +0000 |
| commit | aec2fa352f533d230ab50b6c3002a1a664c9d6c2 (patch) | |
| tree | 21fa530583cde5282092391e6891d959208f28d9 /llvm/docs/LangRef.rst | |
| parent | e5f3eba9c31f4d00c73f4714df52ffced4532927 (diff) | |
| download | bcm5719-llvm-aec2fa352f533d230ab50b6c3002a1a664c9d6c2.tar.gz bcm5719-llvm-aec2fa352f533d230ab50b6c3002a1a664c9d6c2.zip | |
Revert @llvm.assume with operator bundles (r289755-r289757)
This creates non-linear behavior in the inliner (see more details in
r289755's commit thread).
llvm-svn: 290086
Diffstat (limited to 'llvm/docs/LangRef.rst')
| -rw-r--r-- | llvm/docs/LangRef.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 9186929bf12..4dd7157d04e 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -1753,15 +1753,6 @@ site, these bundles may contain any values that are needed by the generated code. For more details, see :ref:`GC Transitions <gc_transition_args>`. -Affected Operand Bundles -^^^^^^^^^^^^^^^^^^^^^^^^ - -Affected operand bundles are characterized by the ``"affected"`` operand bundle -tag. These operand bundles indicate that a call, specifically a call to an -intrinsic like ``llvm.assume``, implies some additional knowledge about the -values within the bundle. This enables the optimizer to efficiently find these -relationships. The optimizer will add these automatically. - .. _moduleasm: Module-Level Inline Assembly |

