This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Don't use separate cache arguments for s_buffer_load node
ClosedPublic

Authored by arsenm on Jan 30 2020, 5:06 AM.

Details

Summary

There's not much value to this separate node from the intrinsic. Make
the operand structure the same as the intrinsic, so we can reuse the
same pattern for GlobalISel.

Diff Detail

Event Timeline

arsenm created this revision.Jan 30 2020, 5:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 30 2020, 5:06 AM
rampitec accepted this revision.Jan 30 2020, 10:03 AM
rampitec added a reviewer: kzhuravl.

LGTM

This revision is now accepted and ready to land.Jan 30 2020, 10:04 AM