[PATCH] D64877: AMDGPU/GlobalISel: Attempt to RegBankSelect image intrinsics
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 17 12:06:12 PDT 2019
arsenm created this revision.
arsenm added reviewers: nhaehnle, tstellar.
Herald added subscribers: Petar.Avramovic, t-tye, tpr, dstuttard, rovka, yaxunl, wdng, jvesely, kzhuravl.
arsenm added a parent revision: D58232: WIP: GlobalISel: Don't materialize immarg arguments to intrinsics.
Images should always have 2 consecutive, mandatory SGPR arguments.
https://reviews.llvm.org/D64877
Files:
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
lib/Target/AMDGPU/AMDGPURegisterBankInfo.h
test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.image.load.1d.ll
test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.image.sample.1d.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64877.210387.patch
Type: text/x-patch
Size: 45354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190717/2cd5dece/attachment.bin>
More information about the llvm-commits
mailing list