This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Make BVH isel consistent with other MIMG opcodes
ClosedPublic

Authored by critson on Aug 16 2021, 4:03 AM.

Details

Summary

Suffix opcodes with _gfx10.
Remove direct references to architecture specific opcodes.
Add a BVH flag and apply this to diassembly.
Fix a number of disassembly errors on gfx90a target caused by
previous incorrect BVH detection code.

Diff Detail

Event Timeline

critson created this revision.Aug 16 2021, 4:03 AM
critson requested review of this revision.Aug 16 2021, 4:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2021, 4:03 AM
rampitec accepted this revision.Aug 16 2021, 9:48 AM

LGTM, thanks!

This revision is now accepted and ready to land.Aug 16 2021, 9:48 AM
This revision was automatically updated to reflect the committed changes.