You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly add 'sret' parameter attribute for builtins (#1438)
* Explicitly add 'sret' parameter attribute for builtins
It's required after:
commit 2182665305d90ae7d0d2b573dced9ef0ef414a9a
Author: Nikita Popov <[email protected]>
Date: Fri Mar 11 17:30:34 2022 +0100
[Bitcode] Don't confuse type attributes on declaration and call
We should not be using APIs here that try to fetch the attribute
from both the call attributes and the function attributes. Otherwise
we'll try to upgrade a non-existent sret attribute on the call using
the attribute on the function.
Signed-off-by: Dmitry Sidorov <[email protected]>
* Little refactoring
Signed-off-by: Dmitry Sidorov <[email protected]>
0 commit comments