[all-commits] [llvm/llvm-project] 476ab0: [AMDGPU] Fixed stack pointer init with architected...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Wed Nov 10 17:18:54 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 476ab0f80990b698819de2166cf66ebe4605a99d
https://github.com/llvm/llvm-project/commit/476ab0f80990b698819de2166cf66ebe4605a99d
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
M llvm/test/CodeGen/AMDGPU/flat-scratch-init.ll
Log Message:
-----------
[AMDGPU] Fixed stack pointer init with architected flat scratch
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
Differential Revision: https://reviews.llvm.org/D113628
More information about the All-commits
mailing list