[PATCH] D104663: [OpaquePtr] Remove checking pointee type for byval/preallocated type
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 22 14:26:07 PDT 2021
aeubanks added a comment.
I never read the LangRef carefully enough, apparently we already expect ABI attributes to match [1]:
All ABI-impacting function attributes, such as sret, byval, inreg, returned, and inalloca, must match.
[1]: https://llvm.org/docs/LangRef.html#id327
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104663/new/
https://reviews.llvm.org/D104663
More information about the llvm-commits
mailing list