This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC][GFX10] Added helpers for s_waitcnt_depctr operand
ClosedPublic

Authored by dp on Apr 4 2022, 4:57 AM.

Details

Summary

Added syntactic sugar for s_waitcnt_depctr:

depctr_hold_cnt(...)
depctr_sa_sdst(...)
depctr_va_vdst(...)
depctr_va_sdst(...)
depctr_va_ssrc(...)
depctr_va_vcc(...)
depctr_vm_vsrc(...)

See https://github.com/llvm/llvm-project/issues/54697

Diff Detail

Event Timeline

dp created this revision.Apr 4 2022, 4:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2022, 4:57 AM
dp requested review of this revision.Apr 4 2022, 4:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2022, 4:57 AM
dp updated this revision to Diff 420504.Apr 5 2022, 7:34 AM

Minor improvements and corrections

arsenm accepted this revision.Apr 5 2022, 6:07 PM
This revision is now accepted and ready to land.Apr 5 2022, 6:07 PM
This revision was landed with ongoing or failed builds.Apr 7 2022, 7:04 AM
This revision was automatically updated to reflect the committed changes.