This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Change syntax for abs source modifier
AbandonedPublic

Authored by arsenm on Oct 27 2015, 6:06 PM.

Details

Reviewers
tstellarAMD
Summary

This matches what sc does, although I liked the || better.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 38615.Oct 27 2015, 6:06 PM
arsenm retitled this revision from to AMDGPU: Change syntax for abs source modifier.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.

Can we make the assembler support both syntaxes?

arsenm added a comment.Nov 2 2015, 8:20 AM

Can we make the assembler support both syntaxes?

That shouldn't be too hard, but I thought we were mostly trying to avoid having multiple syntaxes

Having multiple syntaxes for this kind of think is OK. We're just trying to avoid the intel/att situation where you need an special flag to distinguish between different syntaxes.

tstellarAMD requested changes to this revision.Dec 1 2015, 8:48 AM
tstellarAMD edited edge metadata.
This revision now requires changes to proceed.Dec 1 2015, 8:48 AM

Do we still want this? The abs syntax is already accepted by the assembler, it's just not what is currently emitted which is what this would change

arsenm abandoned this revision.Apr 3 2020, 12:28 PM