[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 13:48:26 PDT 2021
aeubanks added a comment.
I remembered that I needed the same sort of function for inalloca, and inalloca also needs to match CallBase::isInAllocaArgument(), so I went ahead and did if for preallocated as well.
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