[PATCH] D33298: [SROA] Fix adjusted pointer type and APInt size when load/store have different address space
Yaxun Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 17 14:17:14 PDT 2017
yaxunl added a comment.
In https://reviews.llvm.org/D33298#757867, @arsenm wrote:
> Repeat of https://reviews.llvm.org/D32593?
The fix for the adjusted pointer type of load instruction is repeated in https://reviews.llvm.org/D32593, but the fix for APInt size is not in https://reviews.llvm.org/D32593.
https://reviews.llvm.org/D33298
More information about the llvm-commits
mailing list