This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix emitting encoded calls
ClosedPublic

Authored by arsenm on Jun 23 2017, 4:45 PM.

Details

Reviewers
kzhuravl
Summary

This was failing on out of bounds access to the extra operands
on the s_swappc_b64 beyond those in the instruction definition.

This was working, but somehow regressed within the past few weeks,
although I don't see any obvious commit.

Diff Detail

Event Timeline

arsenm created this revision.Jun 23 2017, 4:45 PM
kzhuravl accepted this revision.Jul 5 2017, 3:18 PM

LGTM.

This revision is now accepted and ready to land.Jul 5 2017, 3:18 PM
arsenm closed this revision.Aug 1 2017, 6:42 PM

r309782