This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Use InstAlias instead of MnemonicAlias for VOPC instructions
ClosedPublic

Authored by tstellarAMD on Aug 6 2015, 11:31 AM.

Details

Summary

With InstAlias, we don't need to print the _e32 portion of the mnemonic
when we print the $dst operand. This change makes it possible to
include vcc in the asm string when we switch VOPC over to having
implicit vcc defs.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Use InstAlias instead of MnemonicAlias for VOPC instructions.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm accepted this revision.Aug 6 2015, 11:58 AM
arsenm edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 6 2015, 11:58 AM
This revision was automatically updated to reflect the committed changes.