This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Add instruction defs for VOP1 DPP instructions
ClosedPublic

Authored by tstellarAMD on Feb 11 2016, 11:54 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Add instruction defs for VOP1 DPP instructions.
tstellarAMD updated this object.
tstellarAMD added reviewers: arsenm, nhaustov, cfang.
tstellarAMD added a subscriber: llvm-commits.
arsenm added inline comments.Feb 11 2016, 12:00 PM
lib/Target/AMDGPU/VIInstrFormats.td
190 ↗(On Diff #47696)

Why isn't this set in the base class?

arsenm added inline comments.Feb 11 2016, 12:02 PM
lib/Target/AMDGPU/SIInstrInfo.td
1072 ↗(On Diff #47696)

Typo soruce

Fix typo in comment.

tstellarAMD marked an inline comment as done.Feb 12 2016, 12:08 PM
tstellarAMD added inline comments.
lib/Target/AMDGPU/VIInstrFormats.td
190 ↗(On Diff #47696)

I wanted to have a clear separation between the low and high bits. Also, we won't be able to have it in the base class when we add VOPC_DPP.

arsenm accepted this revision.Feb 12 2016, 12:18 PM
arsenm edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 12 2016, 12:18 PM
This revision was automatically updated to reflect the committed changes.