[all-commits] [llvm/llvm-project] d15119: [AMDGPU][GlobalISel] GlobalISel for flat scratch
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Tue Dec 22 16:49:25 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d15119a02d92274cd7f779f4bb8485b1020110e0
https://github.com/llvm/llvm-project/commit/d15119a02d92274cd7f779f4bb8485b1020110e0
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUGISel.td
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
A llvm/test/CodeGen/AMDGPU/GlobalISel/flat-scratch.ll
Log Message:
-----------
[AMDGPU][GlobalISel] GlobalISel for flat scratch
It does not seem to fold offsets but this is not specific
to the flat scratch as getPtrBaseWithConstantOffset() does
not return the split for these tests unlike its SDag
counterpart.
Differential Revision: https://reviews.llvm.org/D93670
More information about the All-commits
mailing list