AMDGPU/SI: Use InstAlias instead of MnemonicAlias for VOPC instructions
authorTom Stellard <thomas.stellard@amd.com>
Fri, 7 Aug 2015 22:00:56 +0000 (22:00 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 7 Aug 2015 22:00:56 +0000 (22:00 +0000)
commitb56c34eb0e99d3d5134227b08b0a18ca3f7d4b48
tree04641a96c1175ee998df7560252f574afcb323aa
parenta4fd751ccf20a59d2cd50ae3b4151917e282b3b7
AMDGPU/SI: Use InstAlias instead of MnemonicAlias for VOPC instructions

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.

Reviewers: arsenm

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D11813

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244362 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/SIInstrFormats.td
lib/Target/AMDGPU/SIInstrInfo.td
test/MC/AMDGPU/vop3.s
test/MC/AMDGPU/vopc-errs.s [new file with mode: 0644]
test/MC/AMDGPU/vopc.s