This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC][GFX9] Added v_screen_partition_4se_b32
ClosedPublic

Authored by dp on Apr 9 2018, 8:58 AM.

Details

Summary

See bug 36845: https://bugs.llvm.org/show_bug.cgi?id=36845

Note that V_MOVRELS_B32 has the same encoding as V_SCREEN_PARTITION_4SE_B32 (but the former is not supported by GFX9).

This patch also corrects V_MOVREL* opcodes which have no SDWA/DPP variants.

Diff Detail

Repository
rL LLVM

Event Timeline

dp created this revision.Apr 9 2018, 8:58 AM
This revision is now accepted and ready to land.Apr 9 2018, 12:00 PM
This revision was automatically updated to reflect the committed changes.