This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Assembler: Fix s_setpc_b64
ClosedPublic

Authored by nhaustov on Mar 4 2016, 7:18 AM.

Details

Summary

s_setpc_b64 has just one 64-bit source which is the address of instruction to jump to.

Diff Detail

Repository
rL LLVM

Event Timeline

nhaustov updated this revision to Diff 49826.Mar 4 2016, 7:18 AM
nhaustov retitled this revision from to [AMDGPU] Assembler: Fix s_setpc_b64.
nhaustov updated this object.
nhaustov added reviewers: tstellarAMD, arsenm.
nhaustov added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Mar 4 2016, 7:38 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Mar 4 2016, 7:38 AM
This revision was automatically updated to reflect the committed changes.