diff options
-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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |