[PATCH] D24051: AMDGPU/SI: Make sure llvm.amdgcn.implicitarg.ptr() is at least 4-byte aligned

Jan Vesely via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 19:22:12 PDT 2016


jvesely accepted this revision.
jvesely added a comment.

lgtm. sorry about the breakage.

matt, I don't see how offset would fix this. pointer is more generic. If you know it's the same AS you can get the offset by subtracting, and it leaves open the option of being in different AS.


https://reviews.llvm.org/D24051





More information about the llvm-commits mailing list