mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-30 20:56:06 +00:00

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.