This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] SDWA: remove support for VOP2 instructions that have only 64-bit encoding
ClosedPublic

Authored by SamWot on Jun 20 2017, 8:40 AM.

Details

Summary

Despite that this instructions are listed in VOP2, they are treated as VOP3 in specs. They should not support SDWA.
There are no real instructions for them, but there are pseudo instructions.

Diff Detail

Repository
rL LLVM

Event Timeline

SamWot created this revision.Jun 20 2017, 8:40 AM
arsenm accepted this revision.Jun 21 2017, 4:47 PM

LGTM

This revision is now accepted and ready to land.Jun 21 2017, 4:47 PM
This revision was automatically updated to reflect the committed changes.