summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2019-10-25 14:50:39 -0700
committerPhilip Reames <listmail@philipreames.com>2019-10-29 12:46:24 -0700
commite14f935ce2c9b65e137c16d2383299975f17f2d4 (patch)
tree345a741691fe60de9f84d0738ff1fda429fb9747
parent7c1d536c21c7d98be350ffab8353e202c14dcc93 (diff)
downloadbcm5719-llvm-e14f935ce2c9b65e137c16d2383299975f17f2d4.tar.gz
bcm5719-llvm-e14f935ce2c9b65e137c16d2383299975f17f2d4.zip
[Docs] Reflect the slow migration from guard to widenable condition which is currently in progress.
-rw-r--r--llvm/docs/LangRef.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 7c3db50425d..6c86c27ea46 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -17043,6 +17043,10 @@ if"); and this allows for "check widening" type optimizations.
``@llvm.experimental.guard`` cannot be invoked.
+After ``@llvm.experimental.guard`` was first added, a more general
+formulation was found in ``@llvm.experimental.widenable.condition``.
+Support for ``@llvm.experimental.guard`` is slowly being rephrased in
+terms of this alternate.
'``llvm.experimental.widenable.condition``' Intrinsic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OpenPOWER on IntegriCloud