[PATCH] D72170: AMDGPU/GlobalISel: Fix argument lowering for vectors of pointers
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 6 13:57:56 PST 2020
paquette added a comment.
> When these arguments are broken down by the EVT based callbacks, the pointer information is lost.
Is it possible to make sure that this doesn't happen generically? I assume this will be a problem for other backends at some point.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72170/new/
https://reviews.llvm.org/D72170
More information about the llvm-commits
mailing list