diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -15499,7 +15499,7 @@ arithmetic on their operand. It's a hint to the backend that can use this to set up the hardware-loop count with a target specific instruction, usually a move of this value to a special register or a hardware-loop instruction. -The result is a condition to determine whether the loop should be skipped. +The result is the conditional value of whether the given count is not zero. '``llvm.loop.decrement.reg.*``' Intrinsic ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^