This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Added checks for dpp_ctrl value
ClosedPublic

Authored by rampitec on May 7 2018, 5:33 PM.

Details

Summary
  • Report error for invalid dpp_ctrl values.
  • Changed the way it is reported, now the error will be emitted into asm and will work with release build as well.
  • Added dpp_ctrl value verifier for codegen.
  • Added symbolic constants for dpp_ctrl.

Diff Detail

Repository
rL LLVM

Event Timeline

rampitec created this revision.May 7 2018, 5:33 PM
arsenm accepted this revision.May 8 2018, 12:17 AM

LGTM

This revision is now accepted and ready to land.May 8 2018, 12:17 AM
This revision was automatically updated to reflect the committed changes.