[PATCH] D113628: [AMDGPU] Fixed stack pointer init with architected flat scratch

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 10 16:37:48 PST 2021


rampitec created this revision.
rampitec added reviewers: arsenm, Joe_Nash.
Herald added subscribers: foad, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
rampitec requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

Even if wave offset is not present we still need to do the rest
of the initialization. The mov into s32 was missing in the
kernels.

Fixes: SWDEV-310935


https://reviews.llvm.org/D113628

Files:
  llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
  llvm/test/CodeGen/AMDGPU/flat-scratch-init.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113628.386356.patch
Type: text/x-patch
Size: 24082 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211111/67f27268/attachment-0001.bin>


More information about the llvm-commits mailing list