[PATCH] D81297: AMDGPU: Implement computeKnownAlignForTargetInstr
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 07:40:23 PDT 2020
hliao added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIISelLowering.cpp:11178
+ case Intrinsic::amdgcn_implicit_buffer_ptr:
+ // FIXME: Is there a way to get the default alignment from the intrinsic
+ // declaration?
----------------
Try `Intrinsic::getAttributes`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81297/new/
https://reviews.llvm.org/D81297
More information about the llvm-commits
mailing list