This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC] Added support for several VI-specific opcodes (s_wakeup, etc)
ClosedPublic

Authored by dp on Apr 11 2017, 1:17 AM.

Details

Summary

Added support for VI:

  • s_endpgm_saved
  • s_wakeup
  • s_rfe_restore_b64
  • v_perm_b32

Enabled for VI:

  • v_mov_fed_b32
  • v_mov_fed_b32_e64

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

Diff Detail

Repository
rL LLVM

Event Timeline

dp created this revision.Apr 11 2017, 1:17 AM
This revision is now accepted and ready to land.Apr 11 2017, 8:37 AM
This revision was automatically updated to reflect the committed changes.