[PATCH] D104663: [OpaquePtr] Remove checking pointee type for byval/preallocated type
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 24 16:54:20 PDT 2021
aeubanks added a comment.
I've started asking upstream on where we should go in regards to mismatched ABI attributes
but in any case, this patch should be NFC(I) in its current state, because all calls to `getParamByValType()` are guarded by `isByValArgument()`.
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