This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Allow specifying different opcode on VI for SMRD/SMEM
ClosedPublic

Authored by arsenm on Aug 15 2015, 6:21 PM.

Details

Reviewers
tstellarAMD
Summary

Although the basic s_load_* instructions happen to use the same opcode, some of the special case SMRD instructions have different opcodes.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 32224.Aug 15 2015, 6:21 PM
arsenm retitled this revision from to AMDGPU: Allow specifying different opcode on VI for SMRD/SMEM.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Aug 21 2015, 2:04 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Aug 21 2015, 2:04 PM
arsenm closed this revision.Aug 21 2015, 5:55 PM

r245775