This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Fold wave address into mubuf addressing modes
ClosedPublic

Authored by arsenm on Jan 12 2022, 11:13 AM.

Details

Reviewers
foad
sebastian-ne
Petar.Avramovic
mbrkusanin
Group Reviewers
Restricted Project

Diff Detail

Event Timeline

arsenm created this revision.Jan 12 2022, 11:13 AM
arsenm requested review of this revision.Jan 12 2022, 11:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 12 2022, 11:13 AM
Herald added a subscriber: wdng. · View Herald Transcript
sebastian-ne added inline comments.Jan 21 2022, 9:07 AM
llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
3909

How about calling this getWaveAddress or something similar?
isWaveAddress sounds like it’s returning a bool, but it’s actually returning something more useful.

arsenm updated this revision to Diff 403353.Jan 26 2022, 11:37 AM

Rename function

sebastian-ne accepted this revision.Jan 26 2022, 11:41 AM
This revision is now accepted and ready to land.Jan 26 2022, 11:41 AM