This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Verify that SOP2/SOPC instructions have at most one immediate operand
ClosedPublic

Authored by nhaehnle on May 3 2019, 5:01 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

nhaehnle created this revision.May 3 2019, 5:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2019, 5:01 AM
arsenm added a comment.May 3 2019, 5:42 AM

You can write a pure verifier test

rampitec accepted this revision.May 3 2019, 9:53 AM

LGTM

This revision is now accepted and ready to land.May 3 2019, 9:53 AM

Added a minimal verifier-only test before commit.

This revision was automatically updated to reflect the committed changes.