This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Change how exp is printed
ClosedPublic

Authored by arsenm on Aug 16 2015, 1:46 PM.

Details

Reviewers
tstellarAMD
Summary

I don't know how SC formats these, but do something similar
to how other immediate operands are printed instead
of printing a long list of unreadable numbers.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 32255.Aug 16 2015, 1:46 PM
arsenm retitled this revision from to AMDGPU: Change how exp is printed.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.

Here is an example of what it should look like:

exp mrt0, v4, v4, v7, off done compr vm

tstellarAMD requested changes to this revision.Dec 1 2015, 8:44 AM
tstellarAMD edited edge metadata.
This revision now requires changes to proceed.Dec 1 2015, 8:44 AM
arsenm updated this revision to Diff 64018.Jul 14 2016, 11:29 AM
arsenm edited edge metadata.

Match sc format

arsenm updated this revision to Diff 78137.Nov 15 2016, 9:30 PM
arsenm edited edge metadata.

Update for trunk

arsenm updated this revision to Diff 78207.Nov 16 2016, 10:11 AM

More accurately match

tstellarAMD accepted this revision.Nov 23 2016, 4:26 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Nov 23 2016, 4:26 PM
arsenm closed this revision.Dec 5 2016, 12:46 PM

r288697