[all-commits] [llvm/llvm-project] 7ad364: AMDGPU: Fix alignment for dynamic allocas
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jun 1 10:07:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7ad36491cadee1ed91e18215c30328a3d5c104f9
https://github.com/llvm/llvm-project/commit/7ad36491cadee1ed91e18215c30328a3d5c104f9
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-06-01 (Mon, 01 Jun 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/non-entry-alloca.ll
Log Message:
-----------
AMDGPU: Fix alignment for dynamic allocas
The alignment value also needs to be scaled by the wave size.
More information about the All-commits
mailing list