[PATCH] D29674: [AMDGPU] Split R600/SI getFrameIndexReference and emit stack object offsets for SI
Konstantin Zhuravlyov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 16 01:00:58 PST 2017
kzhuravl added inline comments.
================
Comment at: lib/Target/AMDGPU/R600FrameLowering.cpp:33
+ // Start the offset at 2 so we don't overwrite work group information.
+ // XXX: We should only do this when the shader actually uses this
+ // information.
----------------
aprantl wrote:
> XXX?
XXX->FIXME.
https://reviews.llvm.org/D29674
More information about the llvm-commits
mailing list