This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] More accurate names for dpp operand types
ClosedPublic

Authored by Joe_Nash on May 24 2021, 2:22 PM.

Details

Summary

NFC. Renames the variable in the dpp input operand generators
from DstRC to OldRC, because that is what it actually sets.

Also documents the importance of setting HasModifiers = 0 in the
dpp8 asm string.

Diff Detail

Event Timeline

Joe_Nash created this revision.May 24 2021, 2:22 PM
Joe_Nash requested review of this revision.May 24 2021, 2:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2021, 2:22 PM
arsenm accepted this revision.May 24 2021, 2:27 PM
This revision is now accepted and ready to land.May 24 2021, 2:27 PM
This revision was automatically updated to reflect the committed changes.