This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Factor out large flat offset splitting
ClosedPublic

Authored by arsenm on Nov 12 2020, 8:00 AM.

Details

Reviewers
rampitec
foad

Diff Detail

Event Timeline

arsenm created this revision.Nov 12 2020, 8:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 12 2020, 8:00 AM
arsenm requested review of this revision.Nov 12 2020, 8:00 AM
foad accepted this revision.Nov 12 2020, 8:06 AM
foad added inline comments.
llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
1713

Not really related to your change, but it has always seemed crazy to me to have IsSigned as a template argument instead of a normal argument.

This revision is now accepted and ready to land.Nov 12 2020, 8:06 AM
arsenm updated this revision to Diff 304871.Nov 12 2020, 9:32 AM

Move to TII

rampitec accepted this revision.Nov 12 2020, 9:33 AM
foad added inline comments.Nov 13 2020, 3:47 AM
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
6988

Don't need this cast.

6990

Or this one.