[all-commits] [llvm/llvm-project] cc79aa: AMDGPU: Fix SILoadStoreOptimizer for gfx90a
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue May 11 18:27:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc79aaced0a405c7448c832a0974a694494496ca
https://github.com/llvm/llvm-project/commit/cc79aaced0a405c7448c832a0974a694494496ca
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-05-11 (Tue, 11 May 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
A llvm/test/CodeGen/AMDGPU/promote-constOffset-to-imm-gfx90a.mir
M llvm/test/CodeGen/AMDGPU/promote-constOffset-to-imm.ll
Log Message:
-----------
AMDGPU: Fix SILoadStoreOptimizer for gfx90a
This was hardcoding the register class to use for the newly created
pointer registers, violating the aligned VGPR requirement.
More information about the All-commits
mailing list