Details
Details
- Reviewers
rampitec mjbedy - Group Reviewers
Restricted Project - Commits
- rG7fa7a08f2104: [AMDGPU] Insert s_nop before s_sendmsg sendmsg(MSG_DEALLOC_VGPRS)
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Do you want to guard it with a predicate? I assume this will be fixed one day.
I.e. a subtarget check would make sense to me. Not a feature, just a check in the subtarget.
Comment Actions
I thought I would only do that when we get a new subtarget where this is not required. I could leave a TODO until then.
Comment Actions
Still I would do a stub predicate returning true. As one of our colleagues said: this is not my first rodeo.