diff options
author | Philip Reames <listmail@philipreames.com> | 2019-10-25 14:50:39 -0700 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2019-10-29 12:46:24 -0700 |
commit | e14f935ce2c9b65e137c16d2383299975f17f2d4 (patch) | |
tree | 345a741691fe60de9f84d0738ff1fda429fb9747 | |
parent | 7c1d536c21c7d98be350ffab8353e202c14dcc93 (diff) | |
download | bcm5719-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.rst | 4 |
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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |