[llvm] [IR] Add new function attribute nocreateundeforpoison (PR #164809)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 24 06:05:49 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:
But same applies for other poison-generating metadata and attributes like `range` and `!range`
https://github.com/llvm/llvm-project/pull/164809
More information about the llvm-commits
mailing list