We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf32374 commit 8652177Copy full SHA for 8652177
llvm/docs/LangRef.rst
@@ -2742,9 +2742,10 @@ For example:
2742
This attribute indicates that outlining passes should not modify the
2743
function.
2744
``nocreateundeforpoison``
2745
- This attribute indicates that the result of the function will not be undef
2746
- or poison if all arguments are not undef and not poison. Otherwise, it is
2747
- undefined behavior.
+ This attribute indicates that the result of the function (prior to
+ application of return attributes/metadata) will not be undef or poison if
+ all arguments are not undef and not poison. Otherwise, it is undefined
2748
+ behavior.
2749
2750
Call Site Attributes
2751
----------------------
0 commit comments