[PATCH] D66387: AMDGPU/GlobalISel: Implement LDS G_GLOBAL_VALUE
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 17 20:14:09 PDT 2019
arsenm created this revision.
arsenm added reviewers: tstellar, nhaehnle.
Herald added subscribers: Petar.Avramovic, t-tye, tpr, dstuttard, rovka, yaxunl, wdng, jvesely, kzhuravl.
arsenm added a parent revision: D66386: AMDGPU/GlobalISel: Fix reg bank for uniform LDS loads.
Handle the simple case that lowers to a constant.
https://reviews.llvm.org/D66387
Files:
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
lib/Target/AMDGPU/AMDGPUISelLowering.h
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
lib/Target/AMDGPU/AMDGPULegalizerInfo.h
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
test/CodeGen/AMDGPU/GlobalISel/lds-global-non-entry-func.ll
test/CodeGen/AMDGPU/GlobalISel/lds-global-value.ll
test/CodeGen/AMDGPU/GlobalISel/lds-size.ll
test/CodeGen/AMDGPU/GlobalISel/lds-zero-initializer.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66387.215767.patch
Type: text/x-patch
Size: 8194 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190818/3f94ae6c/attachment.bin>
More information about the llvm-commits
mailing list