This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Avoid explicitly listing all the memory nodes
ClosedPublic

Authored by arsenm on Aug 6 2020, 5:22 PM.

Details

Reviewers
rampitec
kerbowa

Diff Detail

Event Timeline

arsenm created this revision.Aug 6 2020, 5:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 6 2020, 5:22 PM
arsenm requested review of this revision.Aug 6 2020, 5:22 PM
rampitec added inline comments.Aug 7 2020, 9:50 AM
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
10579

Are AMDGPUISD nodes also cast to MemSDNode?

arsenm added inline comments.Aug 7 2020, 10:08 AM
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
10579

Yes, all the ones in the range used for memory nodes

rampitec accepted this revision.Aug 7 2020, 10:22 AM
This revision is now accepted and ready to land.Aug 7 2020, 10:22 AM