[llvm] [IR] Add new function attribute nocreateundeforpoison (PR #164809)
    Matt Arsenault via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Oct 23 23:27:06 PDT 2025
    
    
  
================
@@ -2741,6 +2741,10 @@ For example:
 ``"nooutline"``
     This attribute indicates that outlining passes should not modify the
     function.
+``nocreateundeforpoison``
+    This attribute indicates that the result of the function will not be undef
+    or poison if all arguments are not undef and not poison. Otherwise, it is
+    undefined behavior.
----------------
arsenm wrote:
Does this need to clarify the interaction with fast math flags?
https://github.com/llvm/llvm-project/pull/164809
    
    
More information about the llvm-commits
mailing list