[PATCH] D41969: [AMDGPU] stop image_store being moved illegally

Tim Renouf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 03:19:38 PST 2018


tpr added a comment.

Thanks Tom. Just setting mayAlias() didn't fix it. So I have gone with setting isAliased() as well. We should revisit this, but maybe it's not worth it until we get round to doing fat pointers.


https://reviews.llvm.org/D41969





More information about the llvm-commits mailing list