[all-commits] [llvm/llvm-project] 432cbd: [AMDGPU][CodeGen] Support (register + immediate) S...
Ivan Kosarev via All-commits
all-commits at lists.llvm.org
Mon Jul 18 03:31:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 432cbd7827202e4316225820f3f90417b9fcce6c
https://github.com/llvm/llvm-project/commit/432cbd7827202e4316225820f3f90417b9fcce6c
Author: Ivan Kosarev <ivan.kosarev at amd.com>
Date: 2022-07-18 (Mon, 18 Jul 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUGISel.td
M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.h
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SMInstructions.td
M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-smrd.mir
M llvm/test/CodeGen/AMDGPU/amdgcn-load-offset-from-reg.ll
Log Message:
-----------
[AMDGPU][CodeGen] Support (register + immediate) SMRD offsets.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D129381
More information about the All-commits
mailing list