This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][GFX11] Refactor VOPD handling in codegen
ClosedPublic

Authored by dp on Oct 3 2022, 9:36 AM.

Details

Summary

VOPD handling in codegen has been generalized so that it can be partially reused in parser - see https://reviews.llvm.org/D134960. VOPD helpers introduced in the latter patch also simplify VOPD support code in codegen.

Diff Detail

Event Timeline

dp created this revision.Oct 3 2022, 9:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 3 2022, 9:36 AM
dp requested review of this revision.Oct 3 2022, 9:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 3 2022, 9:36 AM
Joe_Nash accepted this revision.Oct 6 2022, 7:16 AM

LGTM. The commit message can indicate this is NFC.

This revision is now accepted and ready to land.Oct 6 2022, 7:16 AM
This revision was automatically updated to reflect the committed changes.