[all-commits] [llvm/llvm-project] c9f4df: [AMDGPU] Move splitMUBUFOffset from AMDGPUBaseInfo...
Jay Foad via All-commits
all-commits at lists.llvm.org
Wed Feb 22 08:19:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9f4df57caea7e2269d8e9264e02d780bf8eebef
https://github.com/llvm/llvm-project/commit/c9f4df57caea7e2269d8e9264e02d780bf8eebef
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.h
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
Log Message:
-----------
[AMDGPU] Move splitMUBUFOffset from AMDGPUBaseInfo to SIInstrInfo
Moving this out of AMDGPUBaseInfo enforces that AMDGPUBaseInfo should
not be calling into GCNSubtarget.
Differential Revision: https://reviews.llvm.org/D144564
More information about the All-commits
mailing list