[llvm] cd101ab - [LangRef] Tweak description of `@llvm.is.constant.*` (#77519)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 13:29:05 PST 2024


Author: Nic
Date: 2024-01-09T16:29:00-05:00
New Revision: cd101ab76bdee8d2583ae7b0dfbae9a745373731

URL: https://github.com/llvm/llvm-project/commit/cd101ab76bdee8d2583ae7b0dfbae9a745373731
DIFF: https://github.com/llvm/llvm-project/commit/cd101ab76bdee8d2583ae7b0dfbae9a745373731.diff

LOG: [LangRef] Tweak description of `@llvm.is.constant.*` (#77519)

Fixes #77517

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 2722333c710c2c..d881deb30049a2 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -27228,9 +27228,6 @@ obviously not constant. However, a call like
 function is inlined, if the value passed to the function parameter was
 a constant.
 
-On the other hand, if constant folding is not run, it will never
-evaluate to true, even in simple cases.
-
 .. _int_ptrmask:
 
 '``llvm.ptrmask``' Intrinsic


        


More information about the llvm-commits mailing list