[PATCH] D81297: AMDGPU: Implement computeKnownAlignForTargetInstr

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 06:01:38 PDT 2020


foad added a comment.

In D81297#2085078 <https://reviews.llvm.org/D81297#2085078>, @arsenm wrote:

> This can probably go in generic code, but I'm unclear what the semantics of a call site with a lower alignment is


IR has the same issue and the solution adopted in D65281 <https://reviews.llvm.org/D65281> is that any attribute on the call site takes priority.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81297/new/

https://reviews.llvm.org/D81297





More information about the llvm-commits mailing list