We can still do a waterfall loop over the index if using a VGPR to
index an SGPR. The result will still be a VGPR, but we can avoid the
wide copy of the source register to a VGPR.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D68371
AMDGPU/GlobalISel: Allow VGPR to index SGPR register ClosedPublic Authored by arsenm on Oct 2 2019, 10:13 PM.
Details
Diff Detail Event TimelineHerald added subscribers: Petar.Avramovic, arphaman, t-tye and 7 others. · View Herald TranscriptOct 2 2019, 10:13 PM This revision is now accepted and ready to land.Oct 2 2019, 10:15 PM arsenm added a child revision: D68373: AMDGPU/GlobalISel: Handle RegBankSelect of G_INSERT_VECTOR_ELT.Oct 2 2019, 10:17 PM
Revision Contents
Diff 222964 lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
test/CodeGen/AMDGPU/GlobalISel/regbankselect-extract-vector-elt.mir
|