This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Refactor VOP3P Profile and AsmParser, NFC
ClosedPublic

Authored by Joe_Nash on Apr 15 2021, 3:34 PM.

Details

Summary

Refactors VOP3P tablegen and the AsmParser for VOP3P
for better extensibility. NFC intended

Diff Detail

Event Timeline

Joe_Nash created this revision.Apr 15 2021, 3:34 PM
Joe_Nash requested review of this revision.Apr 15 2021, 3:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2021, 3:34 PM
arsenm added inline comments.Apr 15 2021, 3:35 PM
llvm/lib/Target/AMDGPU/VOP3PInstructions.td
44–59

What's the point of using a multiclass for a single field?

This revision is now accepted and ready to land.Apr 15 2021, 3:47 PM
This revision was automatically updated to reflect the committed changes.